Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp273 if (!decodeInst(Symbol, Inst, Size, Offset)) in evalDecodeOperand()
331 if (!decodeInst(Symbol, Inst, InstSize, 0)) in evalNextPC()
688 bool decodeInst(StringRef Symbol, MCInst &Inst, uint64_t &Size, in decodeInst() function in llvm::RuntimeDyldCheckerExprEval