Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp79 if (!IndexEntry && IsDWO) { in addUnitsImpl()
84 if (IndexEntry && !Header.applyIndexEntry(IndexEntry)) in addUnitsImpl()
235 IndexEntry = nullptr; in extract()
337 assert(!IndexEntry); in applyIndexEntry()
338 IndexEntry = Entry; in applyIndexEntry()
341 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
513 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
533 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
534 if (const auto *C = IndexEntry->getContribution( in tryExtractDIEsIfNeeded()
946 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
[all …]
/freebsd-13.1/contrib/llvm-project/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()
491 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
492 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/freebsd-13.1/contrib/llvm-project/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()