| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.cpp | 54 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() 152 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in endRegion()
|
| H A D | CodeRegionGenerator.cpp | 150 Loc, llvm::SourceMgr::DK_Error, in HandleComment() 153 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment() 163 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment() 167 SM.PrintMessage(Loc, llvm::SourceMgr::DK_Error, in HandleComment()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 118 SourceMgr::DK_Error, "expected two hex digits"); in byteArrayFromString() 127 SourceMgr::DK_Error, "invalid input token"); in byteArrayFromString() 134 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error, in byteArrayFromString() 188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 197 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble() 215 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error, in disassemble()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Error.cpp | 31 if (Kind == SourceMgr::DK_Error) in PrintMessage() 111 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in PrintError() 115 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in PrintError() 121 PrintMessage(Rec->getLoc(), SourceMgr::DK_Error, Msg); in PrintError() 127 PrintMessage(RecVal->getLoc(), SourceMgr::DK_Error, Msg); in PrintError()
|
| /freebsd/contrib/llvm-project/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 42 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/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 66 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseAssemblyFile() 109 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseAssemblyFileWithIndex() 174 Err = SMDiagnostic(Filename, SourceMgr::DK_Error, in parseSummaryIndexAssemblyFile() 211 SourceMgr::DK_Error, "expected end of string"); in parseType()
|
| H A D | LLLexer.cpp | 41 ErrorInfo.Error = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 814 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern() 821 PatternLoc, SourceMgr::DK_Error, in parsePattern() 865 SourceMgr::DK_Error, in parsePattern() 909 SourceMgr::DK_Error, in parsePattern() 935 SourceMgr::DK_Error, "unexpected whitespace"); in parsePattern() 955 SourceMgr::DK_Error, in parsePattern() 964 SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error, in parsePattern() 977 SourceMgr::DK_Error, in parsePattern() 1059 SourceMgr::DK_Error, in parsePattern() 1100 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error, in AddRegExToRegEx() [all …]
|
| H A D | FileCheckImpl.h | 533 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 59 SrcMgr.PrintMessage(Tag->getLoc().front(), SourceMgr::DK_Error, in EmitClangCommentHTMLNamedCharacterReferences()
|
| H A D | ClangDiagnosticsEmitter.cpp | 204 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics() 219 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Error, in groupDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 35 DK_Error, enumerator 288 SourceMgr::DiagKind Kind = SourceMgr::DK_Error;
|
| H A D | YAMLParser.h | 109 SourceMgr::DiagKind Kind = SourceMgr::DK_Error); 111 SourceMgr::DiagKind Kind = SourceMgr::DK_Error);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 213 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 219 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 224 assert(Error.getKind() == SourceMgr::DK_Error && "Expected an error"); in error() 232 case SourceMgr::DK_Error: in reportDiagnostic() 1243 Error = SMDiagnostic(Filename, SourceMgr::DK_Error, in createMIRParserFromFile() 1260 Filename, SourceMgr::DK_Error, in createMIRParser()
|
| H A D | MIParser.cpp | 604 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error() 609 Loc - Source.data(), SourceMgr::DK_Error, Msg.str(), in error()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 198 SourceMgr::DK_Error, EIB.message()); in loadModuleFromInput() 224 SourceMgr::DK_Error, EIB.message()); in crossImportIntoModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 511 case SourceMgr::DK_Error: in print()
|
| H A D | YAMLParser.cpp | 276 printError(SMLoc::getFromPointer(Position), SourceMgr::DK_Error, Message); in setError()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 360 WarningsAsErrors ? SourceMgr::DiagKind::DK_Error in emitReplacementWarnings()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 780 SourceMgr::DK_Error, toString(FIOrErr.takeError()), in initializeBaseYamlFields()
|
| H A D | AMDGPUTargetMachine.cpp | 1837 RegName.Value.size(), SourceMgr::DK_Error, in parseMachineFunctionInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 1125 case llvm::SourceMgr::DK_Error: in getDiagnosticSeverity()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 632 SourceMgr::DK_Error, EIB.message()); in loadModuleFromInput()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 1162 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 715 llvm::SMDiagnostic("", llvm::SourceMgr::DK_Error, Message.str()), in emitError()
|