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

Declarations

tools/lldb/include/lldb/Symbol/Symtab.h
   49   const Symbol *SymbolAtIndex(size_t idx) const;

References

tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  166         curr_symbol = symtab->SymbolAtIndex(symbol_idx);
  176               next_symbol = symtab->SymbolAtIndex(m_code_indexes[idx + 1]);
tools/lldb/source/Symbol/Symtab.cpp
 1114       const Symbol *symbol = SymbolAtIndex(idx);