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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { function in class:__xray::BufferQueue
H A Dxray_profiling.cpp415 BufferQueue::getErrorString(InitStatus));
H A Dxray_fdr_logging.cpp700 TLD.Buffer.Data, BufferQueue::getErrorString(EC));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h235 StringRef getErrorString();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp402 ErrorAndExit(Dyld.getErrorString());
531 ErrorAndExit(Dyld.getErrorString());
932 ErrorAndExit(Dyld.getErrorString());
950 Dyld.getErrorString());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp119 report_fatal_error(Dyld.getErrorString());
226 report_fatal_error(Dyld.getErrorString());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1371 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } function in class:llvm::RuntimeDyld
1422 OnEmitted(make_error<StringError>(RTDyld.getErrorString(),
H A DRuntimeDyldImpl.h566 StringRef getErrorString() { return ErrorStr; } function in class:llvm::RuntimeDyldImpl
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp165 static std::string getErrorString(const Twine &Message, StringRef Whence, function
178 << getErrorString(Message, Whence, false);
184 << getErrorString(Message, Whence, true);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h260 return make_error<StringError>(PFC->RTDyld->getErrorString(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp146 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } function in class:ClangExpressionParser::LLDBPreprocessorCallbacks
1034 m_pp_callbacks->getErrorString());

Completed in 118 milliseconds