Searched refs:IndexEntry (Results 1 – 3 of 3) sorted by relevance
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[all …]
56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable97 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()482 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local483 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
8127 struct IndexEntry { in printMachOUnwindInfoSection() struct8133 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()8138 IndexEntry Entry; in printMachOUnwindInfoSection()