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
162 const auto *CUOff = E.getContribution(DW_SECT_INFO); in getUnitForIndexEntry()343 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()347 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()535 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()555 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()1154 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()
433 : ArrayRef(E.getContribution(), 1))) { in verifyIndex()
345 entry->getContribution(llvm::DW_SECT_STR_OFFSETS)) in SetDwoStrOffsetsBase()488 const auto *contribution = entry->getContribution(llvm::DW_SECT_LOCLISTS); in SetLoclistsBase()532 if (const auto *contribution = entry->getContribution( in GetLocationData()546 entry->getContribution(llvm::DW_SECT_RNGLISTS)) in GetRnglistData()917 auto *unit_contrib = index_entry->getContribution(); in ApplyIndexEntry()922 auto *abbr_entry = index_entry->getContribution(llvm::DW_SECT_ABBREV); in ApplyIndexEntry()
43 if (auto *unit_contrib = entry->getContribution()) in GetDWOCompileUnitForHash()
177 const auto *Off = Entry.getContribution(Kind); in getSubsection()