Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp121 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp403 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
532 ErrorAndExit(Dyld.getErrorString()); in executeInput()
938 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()
956 Dyld.getErrorString()); in linkAndVerify()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_buffer_queue.h180 static const char *getErrorString(ErrorCode E) { in getErrorString() function
H A Dxray_profiling.cc416 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
H A Dxray_fdr_logging.cc701 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h239 StringRef getErrorString();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1383 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
1437 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
H A DRuntimeDyldImpl.h564 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp184 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function
197 << getErrorString(Message, Whence, false); in error()
203 << getErrorString(Message, Whence, true); in warning()