Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
H A DLockFileManager.cpp270 std::string LockFileManager::getErrorMessage() const { in getErrorMessage() function in LockFileManager
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h49 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
H A DExecutionEngine.h286 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/llvm-project/openmp/libompd/src/
H A DTargetValue.h216 std::string getErrorMessage() { return errorState.toString(); } in getErrorMessage() function
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h59 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function