Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h25 enum AtomType : uint16_t { enum
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h96 using AtomType = uint16_t; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp72 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local