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

References

tools/lldb/source/Symbol/Symtab.cpp
  729   for (size_t idx = start_idx; idx < count; ++idx) {
  729   for (size_t idx = start_idx; idx < count; ++idx) {
  731         m_symbols[idx].GetType() == symbol_type) {
  732       if (CheckSymbolAtIndex(idx, symbol_debug_type, symbol_visibility)) {
  733         start_idx = idx;
  734         return &m_symbols[idx];