reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 1546     num_matches = symtab->AppendSymbolIndexesMatchingRegExAndType(
 1549     num_matches =
 1553   if (num_matches > 0) {
 1555     strm.Printf("%u symbols match %s'%s' in ", num_matches,
 1560     for (uint32_t i = 0; i < num_matches; ++i) {
 1570   return num_matches;