Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp249 if (!decodeInst(Symbol, Inst, Size)) in evalDecodeOperand()
307 if (!decodeInst(Symbol, Inst, InstSize)) in evalNextPC()
663 bool decodeInst(StringRef Symbol, MCInst &Inst, uint64_t &Size) const { in decodeInst() function in llvm::RuntimeDyldCheckerExprEval