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

References

tools/lldb/source/Core/Module.cpp
  861               sc.symbol = symtab->SymbolAtIndex(symbol_indexes[i]);
  862               SymbolType sym_type = sc.symbol->GetType();
  863               if (sc.symbol && (sym_type == eSymbolTypeCode ||
  865                 sc_list.Append(sc);
  883               sc.symbol = symtab->SymbolAtIndex(symbol_indexes[i]);
  884               SymbolType sym_type = sc.symbol->GetType();
  885               if (sc.symbol && sc.symbol->ValueIsAddress() &&
  885               if (sc.symbol && sc.symbol->ValueIsAddress() &&
  890                         sc.symbol->GetAddressRef().GetFileAddress());
  892                   sc_list.Append(sc);
  894                   sc_list[pos->second].symbol = sc.symbol;