Home
last modified time | relevance | path

Searched defs:decodeInst (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DDisassemblerHelper.h39 bool decodeInst(MCInst &MI, uint64_t &MISize, ArrayRef<uint8_t> Bytes) const { in decodeInst() function
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp737 bool decodeInst(StringRef Symbol, MCInst &Inst, uint64_t &Size, decodeInst() function in llvm::RuntimeDyldCheckerExprEval