Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp163 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode() function
169 Expr.Opcode = readOpcode(Ctx); in readInitExpr()
200 uint8_t EndOpcode = readOpcode(Ctx); in readInitExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp873 static bool readOpcode(struct InternalInstruction *insn) { in readOpcode() function
1727 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()