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

References

tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
   64     if (symtab) {
   68       if (symtab->AppendSymbolIndexesWithType(eSymbolTypeSourceFile,
   73       if (symtab->AppendSymbolIndexesWithType(
   76         symtab->SortSymbolIndexesByValue(m_func_indexes, true);
   80       if (symtab->AppendSymbolIndexesWithType(eSymbolTypeCode, Symtab::eDebugNo,
   83         symtab->SortSymbolIndexesByValue(m_code_indexes, true);
   87       if (symtab->AppendSymbolIndexesWithType(eSymbolTypeData,
   89         symtab->SortSymbolIndexesByValue(m_data_indexes, true);
   94       if (symtab->AppendSymbolIndexesWithType(eSymbolTypeObjCClass,
   96         symtab->AppendSymbolNamesToMap(objc_class_indexes, true, true,