Searched refs:getErrorMessage (Results 1 – 12 of 12) sorted by relevance
37 StringRef getErrorMessage() const;
89 std::string getErrorMessage() const;
51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
269 std::string LockFileManager::getErrorMessage() const { in getErrorMessage() function in LockFileManager
37 std::cout << e.getErrorMessage() << std::endl; in main()
195 const std::string getErrorMessage() const;
509 const std::string LDAPUrlException::getErrorMessage() const in getErrorMessage() function in LDAPUrlException
49 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
287 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
316 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()
50 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
1282 << Module->Name << Locked.getErrorMessage(); in compileModuleAndReadAST()