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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  974   if (comp_unit.GetLineTable() != nullptr)
  977   DWARFUnit *dwarf_cu = GetDWARFCompileUnit(&comp_unit);
 1001       std::make_unique<LineTable>(&comp_unit);
 1018     comp_unit.SetLineTable(
 1021     comp_unit.SetLineTable(line_table_up.release());
 1024   comp_unit.SetSupportFiles(ParseSupportFilesFromPrologue(
 1025       comp_unit.GetModule(), line_table->Prologue, dwarf_cu->GetPathStyle(),
 1026       dwarf_cu->GetCompilationDirectory().GetCString(), FileSpec(comp_unit)));