Searched refs:getContribution (Results 1 – 7 of 7) sorted by relevance
106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;107 const SectionContribution *getContribution() const;
492 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
145 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()
247 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const { in getContribution() function in DWARFUnitIndex::Entry256 DWARFUnitIndex::Entry::getContribution() const { in getContribution() function in DWARFUnitIndex::Entry
41 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
269 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()
172 const auto *Off = Entry.getContribution(Kind); in getSubsection()