Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h38 StringRef getErrorMessage() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h99 const std::string &getErrorMessage() const { return Error.value(); } in getErrorMessage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h50 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
H A DExecutionEngine.h287 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp315 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp297 << Multilib.getErrorMessage(); in findMultilibsFromYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h60 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21 {"_ZN4dyld15getErrorMessageEv", "dyld::getErrorMessage()"},