Searched refs:IndexEntry (Results 1 – 4 of 4) sorted by relevance
86 if (!IndexEntry && IsDWO) { in addUnitsImpl()93 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()95 if (!IndexEntry) in addUnitsImpl()98 if (IndexEntry && !Header.applyIndexEntry(IndexEntry)) in addUnitsImpl()253 IndexEntry = nullptr; in extract()350 assert(!IndexEntry); in applyIndexEntry()351 IndexEntry = Entry; in applyIndexEntry()354 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()564 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local1091 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local[all …]
60 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable101 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()507 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local508 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
115 struct IndexEntry { struct in clang::tidy::misc::UnusedParametersCheck::IndexerVisitor120 std::unordered_map<const FunctionDecl *, IndexEntry> Index;
8150 struct IndexEntry { in printMachOUnwindInfoSection() struct8156 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()8161 IndexEntry Entry; in printMachOUnwindInfoSection()