Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp161 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function
170 Expr.Inst.Opcode = readOpcode(Ctx); in readInitExpr()
200 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()
208 uint8_t Opcode = readOpcode(Ctx); in readInitExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp871 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function
1747 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()