Home
last modified time | relevance | path

Searched refs:OpcodeLength (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp227 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/
DDWARFDebugLineTest.cpp1567 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/
DDWARFDebugLine.cpp827 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/
DDWARFEmitter.cpp592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local
593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp1131 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
1133 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()