Home
last modified time | relevance | path

Searched refs:DK_Error (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/llvm/lib/IRReader/
HDIRReader.cpp40 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/
HDError.cpp30 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/
HDDisassembler.cpp117 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/
HDMIRParser.cpp145 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()
HDMIParser.cpp152 Loc - Source.data(), SourceMgr::DK_Error, Msg.str(), Source, None, None); in error()
/NextBSD/contrib/llvm/include/llvm/Support/
HDSourceMgr.h38 DK_Error, enumerator
246 : SM(nullptr), LineNo(0), ColumnNo(0), Kind(SourceMgr::DK_Error) {} in SMDiagnostic()
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangCommentHTMLNamedCharacterReferenceEmitter.cpp64 SourceMgr::DK_Error, in EmitClangCommentHTMLNamedCharacterReferences()
HDClangDiagnosticsEmitter.cpp247 SourceMgr::DK_Error, in groupDiagnostics()
269 SourceMgr::DK_Error, in groupDiagnostics()
/NextBSD/contrib/llvm/lib/AsmParser/
HDParser.cpp54 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseAssemblyFile()
HDLLLexer.cpp33 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp482 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg); in reportFatalError()
/NextBSD/contrib/llvm/lib/Support/
HDSourceMgr.cpp362 case SourceMgr::DK_Error: in print()
HDYAMLParser.cpp289 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message); in setError()
1783 , SourceMgr::DK_Error in printError()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenAction.cpp316 case llvm::SourceMgr::DK_Error: in InlineAsmDiagHandler2()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDVirtualFileSystem.cpp851 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node"); in create()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp565 printMessage(L, SourceMgr::DK_Error, Msg, Ranges); in Error()
695 getLexer().getLoc(), SourceMgr::DK_Error, in Run()