Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp78 -> std::unique_ptr<DWARFUnit> { in addUnitsImpl()
534 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
554 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
1152 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h64 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
554 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8001 struct IndexEntry { in printMachOUnwindInfoSection() struct
8002 uint32_t FunctionOffset; in printMachOUnwindInfoSection()
8003 uint32_t SecondLevelPageStart; in printMachOUnwindInfoSection()
8004 uint32_t LSDAStart; in printMachOUnwindInfoSection()