| /NextBSD/contrib/llvm/lib/IRReader/ |
| HD | IRReader.cpp | 40 Err = SMDiagnostic(Buffer->getBufferIdentifier(), SourceMgr::DK_Error, in getLazyIRModule() 56 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in getLazyIRFileModule() 73 Err = SMDiagnostic(Buffer.getBufferIdentifier(), SourceMgr::DK_Error, in parseIR() 88 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseIRFile()
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | Error.cpp | 30 if (Kind == SourceMgr::DK_Error) in PrintMessage() 55 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError() 59 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError()
|
| /NextBSD/contrib/llvm/tools/llvm-mc/ |
| HD | Disassembler.cpp | 117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString() 179 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 206 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
|
| /NextBSD/contrib/llvm/lib/CodeGen/MIRParser/ |
| HD | MIRParser.cpp | 145 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 151 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 156 assert(Error.getKind() == SourceMgr::DK_Error && "Expected an error"); in error() 164 case SourceMgr::DK_Error: in reportDiagnostic() 500 Error = SMDiagnostic(Filename, SourceMgr::DK_Error, in createMIRParserFromFile()
|
| HD | MIParser.cpp | 152 Loc - Source.data(), SourceMgr::DK_Error, Msg.str(), Source, None, None); in error()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | SourceMgr.h | 38 DK_Error, enumerator 246 : SM(nullptr), LineNo(0), ColumnNo(0), Kind(SourceMgr::DK_Error) {} in SMDiagnostic()
|
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 64 SourceMgr::DK_Error, in EmitClangCommentHTMLNamedCharacterReferences()
|
| HD | ClangDiagnosticsEmitter.cpp | 247 SourceMgr::DK_Error, in groupDiagnostics() 269 SourceMgr::DK_Error, in groupDiagnostics()
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | Parser.cpp | 54 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseAssemblyFile()
|
| HD | LLLexer.cpp | 33 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 482 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportFatalError()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | SourceMgr.cpp | 362 case SourceMgr::DK_Error: in print()
|
| HD | YAMLParser.cpp | 289 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message); in setError() 1783 , SourceMgr::DK_Error in printError()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenAction.cpp | 316 case llvm::SourceMgr::DK_Error: in InlineAsmDiagHandler2()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | VirtualFileSystem.cpp | 851 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | AsmParser.cpp | 565 printMessage(L, SourceMgr::DK_Error, Msg, Ranges); in Error() 695 getLexer().getLoc(), SourceMgr::DK_Error, in Run()
|