Home
last modified time | relevance | path

Searched refs:IndexEntry (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp86 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() local
1091 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h60 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
101 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
507 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
508 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp115 struct IndexEntry { struct in clang::tidy::misc::UnusedParametersCheck::IndexerVisitor
120 std::unordered_map<const FunctionDecl *, IndexEntry> Index;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8150 struct IndexEntry { in printMachOUnwindInfoSection() struct
8156 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
8161 IndexEntry Entry; in printMachOUnwindInfoSection()