Home
last modified time | relevance | path

Searched defs:OpcodeLength (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp228 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp781 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
/external/v8/src/wasm/
Dfunction-body-decoder.cc864 unsigned OpcodeLength(const byte* pc, const byte* end) { in OpcodeLength() function
Dfunction-body-decoder-impl.h989 static unsigned OpcodeLength(Decoder* decoder, const byte* pc) { in OpcodeLength() function