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) { in addUnitsImpl()
102 if (Error ApplicationErr = Header.applyIndexEntry(IndexEntry)) { in addUnitsImpl()
260 IndexEntry = nullptr; in extract()
343 assert(!IndexEntry); in applyIndexEntry()
344 IndexEntry = Entry; in applyIndexEntry()
351 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
366 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
557 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
558 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS)) in tryExtractDIEsIfNeeded()
577 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
578 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
1175 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
1177 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
1197 else if (!IndexEntry && !StringOffsetSection.Data.empty()) in determineStringOffsetsTableContributionDWO()