Searched refs:DS_Error (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 44 DS_Error, enumerator 141 DiagnosticSeverity Severity = DS_Error) 149 DiagnosticSeverity Severity = DS_Error) 159 DiagnosticSeverity Severity = DS_Error); 285 DiagnosticSeverity Severity = DS_Error) 289 DiagnosticSeverity Severity = DS_Error) 293 DiagnosticSeverity Severity = DS_Error) 323 DiagnosticSeverity Severity = DS_Error) 992 DiagnosticSeverity Severity = DS_Error)
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 131 case DS_Error: WithColor::error(OS); break; in handleDiagnostics() 141 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 218 case DS_Error: in getDiagnosticMessagePrefix() 253 if (DI.getSeverity() == DS_Error) in diagnose()
|
| /freebsd-12.1/contrib/llvm/tools/lld/Common/ |
| H A D | ErrorHandler.cpp | 70 case DS_Error: in diagnosticHandler()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 822 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo() 846 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo() 886 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo() 905 MFI->getNumUserSGPRs(), DS_Error); in getSIProgramInfo() 912 MFI->getLDSSize(), DS_Error); in getSIProgramInfo()
|
| H A D | SIInstrInfo.cpp | 498 DL, DS_Error); in reportIllegalCopy()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 468 case llvm::DS_Error: \ 486 case llvm::DS_Error: \ 588 assert(D.getSeverity() == llvm::DS_Error); in UnsupportedDiagHandler() 725 if (Severity != DS_Error) in DiagnosticHandlerImpl()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 190 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 196 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 210 Kind = DS_Error; in reportDiagnostic() 920 DS_Error, in createMIRParser()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 616 case DS_Error: in DiagnosticHandler() 671 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
| H A D | ThinLTOCodeGenerator.cpp | 160 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError() 559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 190 case DS_Error: in handleDiagnostics()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 259 case DS_Error: in handleDiagnostics() 280 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 196 if (DI.getSeverity() == DS_Error) in run()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 246 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|