| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | DebuggerEvents.h | 39 const std::string &GetMessage() const { return m_message; } in GetMessage() function 64 const std::string &GetMessage() const { return m_message; } in GetMessage() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/ |
| H A D | windows.h | 21 #undef GetMessage
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DiagnosticManager.cpp | 52 ret.append(std::string(diagnostic->GetMessage())); in GetString()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | DebuggerEvents.cpp | 70 *s << ": " << GetMessage() << '\n'; in Dump()
|
| H A D | Debugger.cpp | 1902 std::string message = data->GetMessage(); in HandleProgressEvent()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | DiagnosticManager.h | 75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCContext.cpp | 1026 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon() argument 1051 GetMessage(D, SMP); in reportCommon() 1058 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError() 1069 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 274 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr 356 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 209 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
|
| H A D | LLLexer.cpp | 29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 200 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 1016 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), std::nullopt, in diagFromMIStringDiag()
|
| H A D | MIParser.cpp | 594 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 354 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 168 return progress_data->GetMessage().c_str(); in GetProgressFromEvent() 181 dictionary->AddStringItem("message", diagnostic_data->GetMessage()); in GetDiagnosticFromEvent()
|
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 560 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1323 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()
|