Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine() local
593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1136 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
1138 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()