Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp54 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in beginRegion()
62 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in beginRegion()
104 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in endRegion()
120 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in beginRegion()
130 Loc, llvm::SourceMgr::DK_Error, in beginRegion()
153 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in endRegion()
H A DCodeRegionGenerator.cpp142 Loc, llvm::SourceMgr::DK_Error, in HandleComment()
145 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
155 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
159 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp31 if (Kind == SourceMgr::DK_Error) in PrintMessage()
104 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError()
108 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError()
114 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg); in PrintError()
120 PrintMessage(RecVal->getLoc(), SourceMgr::DK_Error, Msg); in PrintError()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp42 Err = SMDiagnostic(Buffer->getBufferIdentifier(), SourceMgr::DK_Error, in getLazyIRModule()
60 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in getLazyIRFileModule()
81 Err = SMDiagnostic(Buffer.getBufferIdentifier(), SourceMgr::DK_Error, in parseIR()
100 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseIRFile()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.cpp114 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in ByteArrayFromString()
172 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
181 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
199 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp65 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseAssemblyFile()
108 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseAssemblyFileWithIndex()
173 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseSummaryIndexAssemblyFile()
210 SourceMgr::DK_Error, "expected end of string"); in parseType()
H A DLLLexer.cpp29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp782 PatternLoc, SourceMgr::DK_Error, in parsePattern()
826 SourceMgr::DK_Error, in parsePattern()
870 SourceMgr::DK_Error, in parsePattern()
916 SourceMgr::DK_Error, in parsePattern()
1018 SourceMgr::DK_Error, in parsePattern()
1411 SourceMgr::DK_Error, in FindRegexVarEnd()
1861 SourceMgr::DK_Error, in readCheckFile()
1922 SourceMgr::DK_Error, in readCheckFile()
2259 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
2269 SM.PrintMessage(Loc, SourceMgr::DK_Error, in CheckNext()
[all …]
H A DFileCheckImpl.h511 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp63 SourceMgr::DK_Error, in EmitClangCommentHTMLNamedCharacterReferences()
H A DClangDiagnosticsEmitter.cpp216 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
231 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h34 DK_Error, enumerator
287 SourceMgr::DiagKind Kind = SourceMgr::DK_Error;
H A DYAMLParser.h107 SourceMgr::DiagKind Kind = SourceMgr::DK_Error);
109 SourceMgr::DiagKind Kind = SourceMgr::DK_Error);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp203 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
209 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
214 assert(Error.getKind() == SourceMgr::DK_Error && "Expected an error"); in error()
222 case SourceMgr::DK_Error: in reportDiagnostic()
1109 Error = SMDiagnostic(Filename, SourceMgr::DK_Error, in createMIRParserFromFile()
1126 Filename, SourceMgr::DK_Error, in createMIRParser()
H A DMIParser.cpp596 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
601 Loc - Source.data(), SourceMgr::DK_Error, Msg.str(), in error()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceMgrAdapter.cpp103 case llvm::SourceMgr::DK_Error: in handleDiag()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp204 SourceMgr::DK_Error, EIB.message()); in loadModuleFromInput()
230 SourceMgr::DK_Error, EIB.message()); in crossImportIntoModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp511 case SourceMgr::DK_Error: in print()
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp357 WarningsAsErrors ? SourceMgr::DiagKind::DK_Error in emitReplacementWarnings()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1056 case llvm::SourceMgr::DK_Error: in getDiagnosticSeverity()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp740 SourceMgr::DK_Error, toString(FIOrErr.takeError()), in initializeBaseYamlFields()
H A DAMDGPUTargetMachine.cpp1557 RegName.Value.size(), SourceMgr::DK_Error, in parseMachineFunctionInfo()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp569 SourceMgr::DK_Error, EIB.message()); in loadModuleFromInput()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1067 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp656 llvm::SMDiagnostic("", llvm::SourceMgr::DK_Error, Message.str()), in emitError()

12