Searched refs:OpcodeLength (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 227 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local 228 writeInteger((uint8_t)OpcodeLength, OS, DI.IsLittleEndian); in EmitDebugLine()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 1567 std::tie(BodyLength, OpcodeLength, Opcode, Operands, ExpectedOutput, in SetUp() 1571 uint64_t OpcodeLength; member 1578 LT.addExtendedOpcode(OpcodeLength, Opcode, Operands); in TEST_P()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 827 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local 828 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local 593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1131 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local 1133 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()
|