Lines Matching defs:IndexEntry
77 const DWARFUnitIndex::Entry *IndexEntry)
89 if (!IndexEntry && IsDWO) {
94 IndexEntry = Index.getFromHash(Header.getTypeHash());
96 IndexEntry = Index.getFromHash(*DWOId);
98 if (!IndexEntry)
99 IndexEntry = Index.getFromOffset(Header.getOffset());
101 if (IndexEntry) {
102 if (Error ApplicationErr = Header.applyIndexEntry(IndexEntry)) {
260 IndexEntry = nullptr;
343 assert(!IndexEntry);
344 IndexEntry = Entry;
351 auto *UnitContrib = IndexEntry->getContribution();
366 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV);
557 if (auto *IndexEntry = Header.getIndexEntry())
558 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS))
577 if (auto *IndexEntry = Header.getIndexEntry())
578 if (const auto *C = IndexEntry->getContribution(
1175 auto IndexEntry = Header.getIndexEntry();
1177 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr;
1197 else if (!IndexEntry && !StringOffsetSection.Data.empty())