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

References

tools/lldb/source/Core/Module.cpp
  372     sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get();
  376     symbols->ParseVariablesForContext(sc);
  378     symbols->ParseFunctions(*sc.comp_unit);
  380     sc.comp_unit->ForeachFunction([&sc, &symbols](const FunctionSP &f) {
  381       symbols->ParseBlocksRecursive(*f);
  385       symbols->ParseVariablesForContext(sc);
  390     symbols->ParseTypes(*sc.comp_unit);