Searched refs:getErrorMessage (Results 1 – 8 of 8) sorted by relevance
38 StringRef getErrorMessage() const;
88 std::string getErrorMessage() const;
52 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
32 return J.getErrorMessage().c_str(); in LLVMOrcGetErrorMsg()
426 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
1260 << Module->Name << Locked.getErrorMessage(); in compileAndLoadModule()