Searched refs:IndexEntry (Results 1 – 3 of 3) sorted by relevance
72 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()83 IndexEntry)) in addUnitsImpl()188 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local242 IndexEntry = Entry; in extract()243 if (!IndexEntry && Index) in extract()244 IndexEntry = Index->getFromOffset(*offset_ptr); in extract()264 if (IndexEntry) { in extract()267 auto *UnitContrib = IndexEntry->getOffset(); in extract()823 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local825 IndexEntry ? IndexEntry->getOffset(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()[all …]
56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()476 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local477 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
7715 struct IndexEntry { in printMachOUnwindInfoSection() struct7721 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()7726 IndexEntry Entry; in printMachOUnwindInfoSection()