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

References

include/llvm/DebugInfo/DWARF/DWARFUnit.h
   73                uint64_t *offset_ptr, DWARFSectionKind Kind = DW_SECT_INFO,
lib/DebugInfo/DWARF/DWARFContext.cpp
  667   CUIndex = std::make_unique<DWARFUnitIndex>(DW_SECT_INFO);
  878     NormalUnits.addUnitsForSection(*this, S, DW_SECT_INFO);
  890     DWOUnits.addUnitsForDWOSection(*this, S, DW_SECT_INFO, Lazy);
lib/DebugInfo/DWARF/DWARFUnit.cpp
  143   const auto *CUOff = E.getOffset(DW_SECT_INFO);
  161   auto U = Parser(Offset, DW_SECT_INFO, nullptr, &E);
  671   if (Kind == DW_SECT_INFO)
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
  112     CASE(INFO);
lib/DebugInfo/DWARF/DWARFVerifier.cpp
  344     NumErrors += verifyUnitSection(S, DW_SECT_INFO);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   20     return llvm::DW_SECT_INFO;
   80     : m_obj_file(std::move(obj_file)), m_debug_cu_index(llvm::DW_SECT_INFO) 
tools/llvm-dwp/llvm-dwp.cpp
  232       auto &C = Entry.Contributions[Kind - DW_SECT_INFO];
  237     auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
  239         C.Offset - TUEntry.Contributions[DW_SECT_TYPES - DW_SECT_INFO].Offset,
  259       auto &C = Entry.Contributions[DW_SECT_TYPES - DW_SECT_INFO];
  336       Out.EmitIntValue(i + DW_SECT_INFO, 4);
  429     auto Index = Kind - DW_SECT_INFO;
  437     case DW_SECT_INFO:
  513       {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}},
  580                   CurEntry, ContributionOffsets[DW_SECT_TYPES - DW_SECT_INFO]);
  584     DWARFUnitIndex CUIndex(DW_SECT_INFO);
  596           getSubsection(InfoSection, E, DW_SECT_INFO),
  609         auto &C = NewEntry.Contributions[Kind - DW_SECT_INFO];
  625                          ContributionOffsets[DW_SECT_TYPES - DW_SECT_INFO]);
  636   ContributionOffsets[DW_SECT_TYPES - DW_SECT_INFO] = 0;