Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp1788 std::tie(BodyLength, OpcodeLength, Opcode, Operands, ExpectedOutput,
1792 uint64_t OpcodeLength; member
1804 LT.addExtendedOpcode(OpcodeLength, Opcode, Operands);
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp591 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local
592 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1135 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
1137 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()