Searched refs:getContribution (Results 1 – 5 of 5) sorted by relevance
106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;107 const SectionContribution *getContribution() const;
483 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
145 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry()294 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()298 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()473 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()493 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()909 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
247 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const { in getContribution() function in DWARFUnitIndex::Entry256 DWARFUnitIndex::Entry::getContribution() const { in getContribution() function in DWARFUnitIndex::Entry
354 const auto *Off = Entry.getContribution(Kind); in getSubsection()