Home
last modified time | relevance | path

Searched refs:getContribution (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h142 getContribution(DWARFSectionKind Sec) const;
143 LLVM_ABI const SectionContribution *getContribution() const;
144 LLVM_ABI SectionContribution &getContribution();
H A DDWARFUnit.h559 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp264 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const { in getContribution() function in DWARFUnitIndex::Entry
273 DWARFUnitIndex::Entry::getContribution() { in getContribution() function in DWARFUnitIndex::Entry
278 DWARFUnitIndex::Entry::getContribution() const { in getContribution() function in DWARFUnitIndex::Entry
H A DDWARFUnit.cpp166 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry()
351 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
366 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
557 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
577 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
1176 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
H A DDWARFContext.cpp122 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV4()
170 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV5()
H A DDWARFVerifier.cpp496 : ArrayRef(E.getContribution(), 1))) { in verifyIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp353 entry->getContribution(llvm::DW_SECT_STR_OFFSETS)) in SetDwoStrOffsetsBase()
496 const auto *contribution = entry->getContribution(llvm::DW_SECT_LOCLISTS); in SetLoclistsBase()
540 if (const auto *contribution = entry->getContribution( in GetLocationData()
554 entry->getContribution(llvm::DW_SECT_RNGLISTS)) in GetRnglistData()
H A DSymbolFileDWARFDwo.cpp43 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp174 const auto *Off = Entry.getContribution(Kind); in getSubsection()