Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp252 if (!decodeInst(Symbol, Inst, Size)) in evalDecodeOperand()
310 if (!decodeInst(Symbol, Inst, InstSize)) in evalNextPC()
667 bool decodeInst(StringRef Symbol, MCInst &Inst, uint64_t &Size) const { in decodeInst() function in llvm::RuntimeDyldCheckerExprEval