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

References

tools/lldb/source/Core/Module.cpp
  368   sc.module_sp = shared_from_this();
  372     sc.comp_unit = symbols->GetCompileUnitAtIndex(cu_idx).get();
  373     if (!sc.comp_unit)
  376     symbols->ParseVariablesForContext(sc);
  378     symbols->ParseFunctions(*sc.comp_unit);
  380     sc.comp_unit->ForeachFunction([&sc, &symbols](const FunctionSP &f) {
  380     sc.comp_unit->ForeachFunction([&sc, &symbols](const FunctionSP &f) {
  384       sc.function = f.get();
  385       symbols->ParseVariablesForContext(sc);
  390     symbols->ParseTypes(*sc.comp_unit);