Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryStreamError.h37 StringRef getErrorMessage() const;
HDLockFileManager.h89 std::string getErrorMessage() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
HDLockFileManager.cpp270 std::string LockFileManager::getErrorMessage() const { in getErrorMessage() function in LockFileManager
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h49 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
HDExecutionEngine.h286 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp316 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h59 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp1492 << Module->Name << Locked.getErrorMessage(); in compileModuleAndReadASTBehindLock()