Searched refs:getErrorMessage (Results 1 – 9 of 9) sorted by relevance
37 StringRef getErrorMessage() const;
89 std::string getErrorMessage() const;
51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
270 std::string LockFileManager::getErrorMessage() const { in getErrorMessage() function in LockFileManager
49 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
286 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
316 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()
59 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
1492 << Module->Name << Locked.getErrorMessage(); in compileModuleAndReadASTBehindLock()