Lines Matching refs:IndexEntry
70 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
79 if (!IndexEntry && IsDWO) { in addUnitsImpl()
82 IndexEntry = Index.getFromOffset(Header.getOffset()); in addUnitsImpl()
84 if (IndexEntry && !Header.applyIndexEntry(IndexEntry)) in addUnitsImpl()
235 IndexEntry = nullptr; in extract()
290 assert(!IndexEntry); in applyIndexEntry()
291 IndexEntry = Entry; in applyIndexEntry()
294 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
298 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
472 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
473 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
492 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
493 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
907 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
909 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
929 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()