Home
last modified time | relevance | path

Searched defs:getErrorString (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error.cpp182 const std::string ocsdError::getErrorString(const ocsdError &error) in getErrorString() function in ocsdError
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h574 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
H A DRuntimeDyld.cpp1409 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp146 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp196 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function