Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp77 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
86 if (!IndexEntry && IsDWO) { in addUnitsImpl()
91 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
93 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()
95 if (!IndexEntry) in addUnitsImpl()
96 IndexEntry = Index.getFromOffset(Header.getOffset()); 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()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h59 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
100 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
537 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
538 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8411 struct IndexEntry { in printMachOUnwindInfoSection() struct
8417 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
8422 IndexEntry Entry; in printMachOUnwindInfoSection()