Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp122 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
/openbsd/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp452 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
582 ErrorAndExit(Dyld.getErrorString()); in executeInput()
988 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()
1006 Dyld.getErrorString()); in linkAndVerify()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
H A Dxray_profiling.cpp415 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
H A Dxray_fdr_logging.cpp699 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h252 StringRef getErrorString();
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1410 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
1464 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
H A DRuntimeDyldImpl.h568 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp191 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function
204 << getErrorString(Message, Whence, false); in error()
210 << getErrorString(Message, Whence, true); in warning()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp148 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1183 m_pp_callbacks->getErrorString()); in ParseInternal()