Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h138 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
139 const SectionContribution *getContribution() const;
140 SectionContribution &getContribution();
H A DDWARFUnit.h555 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/src/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()
558 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
578 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
1177 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
H A DDWARFContext.cpp124 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV4()
172 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV5()
H A DDWARFVerifier.cpp490 : ArrayRef(E.getContribution(), 1))) { in verifyIndex()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp350 entry->getContribution(llvm::DW_SECT_STR_OFFSETS)) in SetDwoStrOffsetsBase()
493 const auto *contribution = entry->getContribution(llvm::DW_SECT_LOCLISTS); in SetLoclistsBase()
537 if (const auto *contribution = entry->getContribution( in GetLocationData()
551 entry->getContribution(llvm::DW_SECT_RNGLISTS)) in GetRnglistData()
H A DSymbolFileDWARFDwo.cpp43 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
/src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp177 const auto *Off = Entry.getContribution(Kind); in getSubsection()