reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
59 const SectionContribution *getOffset(DWARFSectionKind Sec) const;
488 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE))
lib/DebugInfo/DWARF/DWARFUnit.cpp143 const auto *CUOff = E.getOffset(DW_SECT_INFO); 188 if (const auto *C = IndexEntry->getOffset(DW_SECT_LOC)) 271 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); 880 IndexEntry ? IndexEntry->getOffset(DW_SECT_STR_OFFSETS) : nullptr;tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
102 it->second->getOffset(lldbSectTypeToLlvmSectionKind(sect_type));
tools/llvm-dwp/llvm-dwp.cpp 210 const auto *Off = Entry.getOffset(Kind);