Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
107 const SectionContribution *getContribution() const;
H A DDWARFUnit.h492 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp145 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry()
341 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
345 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
514 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
534 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
948 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
H A DDWARFUnitIndex.cpp247 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const { in getContribution() function in DWARFUnitIndex::Entry
256 DWARFUnitIndex::Entry::getContribution() const { in getContribution() function in DWARFUnitIndex::Entry
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp41 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp269 entry->getContribution(llvm::DW_SECT_STR_OFFSETS)) in SetDwoStrOffsetsBase()
479 if (const auto *contribution = entry->getContribution(llvm::DW_SECT_EXT_LOC)) in GetLocationData()
854 auto *unit_contrib = header.m_index_entry->getContribution(); in extract()
860 header.m_index_entry->getContribution(llvm::DW_SECT_ABBREV); in extract()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp172 const auto *Off = Entry.getContribution(Kind); in getSubsection()