| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 50 DS_Error, enumerator 152 DiagnosticSeverity Severity = DS_Error) 160 DiagnosticSeverity Severity = DS_Error) 170 DiagnosticSeverity Severity = DS_Error); 239 DiagnosticSeverity Severity = DS_Error) 243 DiagnosticSeverity Severity = DS_Error) 247 DiagnosticSeverity Severity = DS_Error) 277 DiagnosticSeverity Severity = DS_Error) 1022 DiagnosticSeverity Severity = DS_Error) 1057 return DS_Error; in getDiagnosticSeverity()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 241 case DS_Error: in getDiagnosticMessagePrefix() 260 if (DI.getSeverity() == DS_Error) in diagnose() 275 if (DI.getSeverity() == DS_Error) in diagnose()
|
| H A D | DiagnosticInfo.cpp | 428 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall() 445 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 104 I->getDebugLoc(), DS_Error)); in checkIfSupported() 185 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 143 case DS_Error: WithColor::error(OS); break; in handleDiagnostics() 153 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | KCFI.cpp | 42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 457 case llvm::DS_Error: \ 475 case llvm::DS_Error: \ 659 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler() 679 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() 802 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 705 MaxScratchPerWorkitem, DS_Error); in getSIProgramInfo() 727 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo() 827 DS_Error, DK_ResourceLimit); in getSIProgramInfo() 845 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo() 854 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
|
| H A D | AMDGPUInstructionSelector.cpp | 2153 F, "intrinsic not supported on subtarget", I.getDebugLoc(), DS_Error); in selectG_INTRINSIC_W_SIDE_EFFECTS()
|
| H A D | SIInstrInfo.cpp | 613 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 203 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 209 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 223 Kind = DS_Error; in reportDiagnostic() 1124 DS_Error, in createMIRParser()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 708 case DS_Error: in DiagnosticHandler() 763 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
| H A D | ThinLTOCodeGenerator.cpp | 173 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 131 case DS_Error: in diagnosticHandler()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 287 case DS_Error: in handleDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 351 if (DI.getSeverity() == DS_Error) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 254 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() 277 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 679 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
|