Searched refs:IndexEntry (Results 1 – 9 of 9) 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()
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 …]
71 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()82 IndexEntry)) in addUnitsImpl()186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local187 if (const auto *C = IndexEntry->getOffset(DW_SECT_LOC)) in DWARFUnit()263 IndexEntry = Entry; in extract()264 if (!IndexEntry && Index) in extract()265 IndexEntry = Index->getFromOffset(*offset_ptr); in extract()289 if (IndexEntry) { in extract()292 auto *UnitContrib = IndexEntry->getOffset(); in extract()295 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()[all …]
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; variable97 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()479 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local480 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()509 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local510 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
114 struct IndexEntry { struct in clang::tidy::misc::UnusedParametersCheck::IndexerVisitor119 std::unordered_map<const FunctionDecl *, IndexEntry> Index;
7284 struct IndexEntry { in printMachOUnwindInfoSection() struct7290 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()7295 IndexEntry Entry; in printMachOUnwindInfoSection()
8136 struct IndexEntry { in printMachOUnwindInfoSection() struct8142 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()8147 IndexEntry Entry; in printMachOUnwindInfoSection()