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.cpp689 errs() << "ERROR: " << Target->getErrorMsg() << "\n"; in main()
709 errs() << "ERROR: " << Target->getErrorMsg() << "\n"; in main()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp103 const std::string &getErrorMsg() const { return ErrorMsg; } in getErrorMsg() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
147 << "': " << R.getErrorMsg() << "\n"; in handleError()