Searched refs:IndexEntry (Results 1 – 6 of 6) sorted by relevance
39 const DWARFUnitIndex::Entry *IndexEntry) in DWARFUnit() argument42 if (IndexEntry) in DWARFUnit()43 if (const auto *C = IndexEntry->getOffset(DW_SECT_STR_OFFSETS)) in DWARFUnit()48 UnitSection(UnitSection), IndexEntry(IndexEntry) {81 if (IndexEntry) { in extractImpl()84 auto *UnitContrib = IndexEntry->getOffset(); in extractImpl()87 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extractImpl()
102 IndexEntry = Index ? Index->getFromOffset(*offset_ptr) : nullptr; in extract()122 if (IndexEntry) { in extract()125 auto *UnitContrib = IndexEntry->getOffset(); in extract()128 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()294 auto IndexEntry = Header.getIndexEntry(); in extractDIEsIfNeeded() local295 if (IndexEntry) in extractDIEsIfNeeded()296 if (const auto *C = IndexEntry->getOffset(DW_SECT_STR_OFFSETS)) in extractDIEsIfNeeded()732 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local733 if (!IndexEntry) in determineStringOffsetsTableContributionDWO()735 else if (const auto *C = IndexEntry->getOffset(DW_SECT_STR_OFFSETS)) in determineStringOffsetsTableContributionDWO()
139 const DWARFUnitIndex::Entry *IndexEntry; variable151 const DWARFUnitIndex::Entry *IndexEntry = nullptr);262 if (IndexEntry) in getLineTableOffset()263 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable92 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()533 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local534 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
7284 struct IndexEntry { in printMachOUnwindInfoSection() struct7290 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()7295 IndexEntry Entry; in printMachOUnwindInfoSection()
7669 struct IndexEntry { in printMachOUnwindInfoSection() struct7675 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()7680 IndexEntry Entry; in printMachOUnwindInfoSection()