Home
last modified time | relevance | path

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

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