Searched refs:getContribution (Results 1 – 9 of 9) sorted by relevance
142 getContribution(DWARFSectionKind Sec) const;143 LLVM_ABI const SectionContribution *getContribution() const;144 LLVM_ABI SectionContribution &getContribution();
559 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
264 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const { in getContribution() function in DWARFUnitIndex::Entry273 DWARFUnitIndex::Entry::getContribution() { in getContribution() function in DWARFUnitIndex::Entry278 DWARFUnitIndex::Entry::getContribution() const { in getContribution() function in DWARFUnitIndex::Entry
166 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()
122 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV4()170 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV5()
496 : ArrayRef(E.getContribution(), 1))) { in verifyIndex()
353 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()
43 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
174 const auto *Off = Entry.getContribution(Kind); in getSubsection()