Home
last modified time | relevance | path

Searched defs:SegmentDescriptorSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h546 uint8_t SegmentDescriptorSize, uint64_t CodeAlignmentFactor, in CIE()
585 const uint8_t SegmentDescriptorSize; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1035 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() local