Searched refs:getContribution (Results 1 – 9 of 9) sorted by relevance
138 const SectionContribution *getContribution(DWARFSectionKind Sec) const;139 const SectionContribution *getContribution() const;140 SectionContribution &getContribution();
555 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()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()
124 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV4()172 DWARFUnitIndex::Entry::SectionContribution &CUOff = E.getContribution(); in fixupIndexV5()
490 : ArrayRef(E.getContribution(), 1))) { in verifyIndex()
350 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()
43 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
177 const auto *Off = Entry.getContribution(Kind); in getSubsection()