Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h172 uint8_t SegmentDescriptorSize, uint64_t CodeAlignmentFactor, in CIE() argument
180 AddressSize(AddressSize), SegmentDescriptorSize(SegmentDescriptorSize), in CIE()
211 const uint8_t SegmentDescriptorSize; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp298 (uint32_t)SegmentDescriptorSize); in dump()
397 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() local
468 SegmentDescriptorSize, CodeAlignmentFactor, DataAlignmentFactor, in parse()