Searched refs:SegmentDescriptorSize (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 167 uint8_t SegmentDescriptorSize, uint64_t CodeAlignmentFactor, in CIE() argument 175 AddressSize(AddressSize), SegmentDescriptorSize(SegmentDescriptorSize), in CIE() 206 const uint8_t SegmentDescriptorSize; variable
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 204 uint8_t SegmentDescriptorSize, uint64_t CodeAlignmentFactor, in CIE() argument 210 SegmentDescriptorSize(SegmentDescriptorSize), in CIE() 240 (uint32_t)SegmentDescriptorSize); in dumpHeader() 266 uint8_t SegmentDescriptorSize; member in __anon0d7d66dd0111::CIE 558 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() local 616 SegmentDescriptorSize, CodeAlignmentFactor, in parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 297 (uint32_t)SegmentDescriptorSize); in dump() 395 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() local 460 SegmentDescriptorSize, CodeAlignmentFactor, DataAlignmentFactor, in parse()
|