Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h171 uint8_t SegmentDescriptorSize, uint64_t CodeAlignmentFactor, in CIE() argument
179 AddressSize(AddressSize), SegmentDescriptorSize(SegmentDescriptorSize), in CIE()
210 const uint8_t SegmentDescriptorSize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp297 (uint32_t)SegmentDescriptorSize); in dump()
394 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() local
466 SegmentDescriptorSize, CodeAlignmentFactor, DataAlignmentFactor, in parse()