Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp78 -> std::unique_ptr<DWARFUnit> { in addUnitsImpl()
545 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
565 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
1155 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h59 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
537 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8411 struct IndexEntry { in printMachOUnwindInfoSection() struct
8412 uint32_t FunctionOffset; in printMachOUnwindInfoSection()
8413 uint32_t SecondLevelPageStart; in printMachOUnwindInfoSection()
8414 uint32_t LSDAStart; in printMachOUnwindInfoSection()