Lines Matching refs:IndexEntry
77 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
89 if (!IndexEntry && IsDWO) { in addUnitsImpl()
94 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
96 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()
98 if (!IndexEntry) in addUnitsImpl()
99 IndexEntry = Index.getFromOffset(Header.getOffset()); in addUnitsImpl()
101 if (IndexEntry && !Header.applyIndexEntry(IndexEntry)) in addUnitsImpl()
256 IndexEntry = nullptr; in extract()
339 assert(!IndexEntry); in applyIndexEntry()
340 IndexEntry = Entry; in applyIndexEntry()
343 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
347 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
534 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
535 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
554 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
555 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
1152 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
1154 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
1174 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()