| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 52 DS_Error, enumerator 151 DiagnosticSeverity Severity = DS_Error) 156 DiagnosticSeverity Severity = DS_Error) 188 DiagnosticSeverity Severity = DS_Error); 197 DiagnosticSeverity Severity = DS_Error); 267 DiagnosticSeverity Severity = DS_Error) 272 DiagnosticSeverity Severity = DS_Error) 276 DiagnosticSeverity Severity = DS_Error) 307 DiagnosticSeverity Severity = DS_Error) 398 DiagnosticSeverity Severity = DS_Error) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 233 case DS_Error: in getDiagnosticMessagePrefix() 252 if (DI.getSeverity() == DS_Error) in diagnose() 267 if (DI.getSeverity() == DS_Error) in diagnose()
|
| H A D | DiagnosticInfo.cpp | 471 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall() 488 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 159 case DS_Error: WithColor::error(OS); break; in handleDiagnostics() 169 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 101 I->getDebugLoc(), DS_Error)); in checkIfSupported() 183 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | KCFI.cpp | 41 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 394 case llvm::DS_Error: \ 412 case llvm::DS_Error: \ 596 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler() 616 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() 737 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 387 DS_Error); in validateMCResourceInfo() 404 DS_Error, DK_ResourceLimit); in validateMCResourceInfo() 432 MaxAddressableNumSGPRs, DS_Error, in validateMCResourceInfo() 980 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo() 1101 DS_Error, DK_ResourceLimit); in getSIProgramInfo() 1119 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo() 1128 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
|
| H A D | AMDGPUInstructionSelector.cpp | 2353 I.getDebugLoc(), DS_Error)); in selectG_INTRINSIC_W_SIDE_EFFECTS()
|
| H A D | SIInstrInfo.cpp | 631 C.diagnose(DiagnosticInfoUnsupported(MF->getFunction(), Msg, DL, DS_Error)); in reportIllegalCopy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResourceImplicitBinding.cpp | 39 ImplBindingCall->getDebugLoc(), DS_Error)); in diagnoseImplicitBindingNotFound()
|
| H A D | DXILRootSignature.cpp | 39 DiagnosticSeverity Severity = DS_Error) { in reportError() 47 "Invalid value for " + ParamName + ": " + Twine(Value), DS_Error)); in reportValueError()
|
| H A D | DXILTranslateMetadata.cpp | 50 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoTranslateMD()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 687 case DS_Error: in DiagnosticHandler() 743 DiagnosticSeverity Severity = DS_Error) in LTODiagnosticInfo()
|
| H A D | ThinLTOCodeGenerator.cpp | 167 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
| /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() 233 Kind = DS_Error; in reportDiagnostic() 1258 DS_Error, in createMIRParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError() 608 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 124 case DS_Error: in diagnosticHandler()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 303 case DS_Error: in handleDiagnostics() 324 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 287 case DS_Error: in handleDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 403 if (DI.getSeverity() == DS_Error) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 240 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() 263 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 213 if (DI.getSeverity() == llvm::DS_Error) { in handleDiagnostics()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 696 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
|