Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp70 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
97 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
482 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
483 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8127 struct IndexEntry { in printMachOUnwindInfoSection() struct
8133 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
8138 IndexEntry Entry; in printMachOUnwindInfoSection()