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

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

Completed in 331 milliseconds