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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h37 StringRef getErrorMessage() const;
H A DLockFileManager.h89 std::string getErrorMessage() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } function in class:BinaryStreamError
H A DLockFileManager.cpp269 std::string LockFileManager::getErrorMessage() const { function in class:LockFileManager
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp31 return J.getErrorMessage().c_str();
H A DOrcCBindingsStack.h427 const std::string &getErrorMessage() const { return ErrMsg; } function in class:llvm::OrcCBindingsStack
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h49 const std::string &getErrorMessage() const { return ErrMsg; } function in class:llvm::RuntimeDyldError
H A DExecutionEngine.h292 const std::string &getErrorMessage() const { return ErrMsg; } function in class:llvm::ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp316 *OutError = strdup(ExecEngine->getErrorMessage().c_str());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h50 const std::string &getErrorMessage() const { return ErrMsg; } function in class:llvm::jitlink::JITLinkError
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1299 << Module->Name << Locked.getErrorMessage();

Completed in 95 milliseconds