Home
last modified time | relevance | path

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

/external/llvm/tools/lli/
DRemoteMemoryManager.cpp134 report_fatal_error(Target->getErrorMsg()); in notifyObjectLoaded()
160 report_fatal_error(Target->getErrorMsg()); in finalizeMemory()
165 report_fatal_error(Target->getErrorMsg()); in finalizeMemory()
DRemoteTarget.h37 StringRef getErrorMsg() const { return ErrorMsg; } in getErrorMsg() function
Dlli.cpp692 errs() << "ERROR: " << Target->getErrorMsg() << "\n"; in main()
712 errs() << "ERROR: " << Target->getErrorMsg() << "\n"; in main()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp85 const std::string& getErrorMsg() const { return ErrorMsg; } in getErrorMsg() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
129 << R.getErrorMsg() << "\n"; in handleError()