Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()