Lines Matching refs:IndexEntry
77 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
86 if (!IndexEntry && IsDWO) { in addUnitsImpl()
91 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
93 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()
95 if (!IndexEntry) in addUnitsImpl()
96 IndexEntry = Index.getFromOffset(Header.getOffset()); in addUnitsImpl()
98 if (IndexEntry && !Header.applyIndexEntry(IndexEntry)) in addUnitsImpl()
253 IndexEntry = nullptr; in extract()
350 assert(!IndexEntry); in applyIndexEntry()
351 IndexEntry = Entry; in applyIndexEntry()
354 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
358 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
544 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
545 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
564 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
565 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
1091 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
1093 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
1113 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()