| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 45 DS_Error, enumerator 145 DiagnosticSeverity Severity = DS_Error) 153 DiagnosticSeverity Severity = DS_Error) 163 DiagnosticSeverity Severity = DS_Error); 289 DiagnosticSeverity Severity = DS_Error) 293 DiagnosticSeverity Severity = DS_Error) 297 DiagnosticSeverity Severity = DS_Error) 327 DiagnosticSeverity Severity = DS_Error) 1017 DiagnosticSeverity Severity = DS_Error) 1033 return DS_Error; in getDiagnosticSeverity()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 137 case DS_Error: WithColor::error(OS); break; in handleDiagnostics() 147 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 216 case DS_Error: in getDiagnosticMessagePrefix() 247 if (DI.getSeverity() == DS_Error) in diagnose()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 446 case llvm::DS_Error: \ 464 case llvm::DS_Error: \ 627 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler() 647 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() 784 if (Severity != DS_Error) in DiagnosticHandlerImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 681 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo() 702 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo() 750 ProgInfo.NumSGPR, DS_Error, in getSIProgramInfo() 769 MFI->getNumUserSGPRs(), DS_Error); in getSIProgramInfo() 776 MFI->getLDSSize(), DS_Error); in getSIProgramInfo()
|
| H A D | SIMachineFunctionInfo.cpp | 337 0, DS_Error); in allocateSGPRSpillToVGPR()
|
| H A D | AMDGPUInstructionSelector.cpp | 2973 MI.getDebugLoc(), DS_Error); in selectAMDGPU_BUFFER_ATOMIC_FADD() 3062 MI.getDebugLoc(), DS_Error); in selectGlobalAtomicFadd()
|
| H A D | SIISelLowering.cpp | 7198 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN() 7423 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
|
| H A D | SIInstrInfo.cpp | 492 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 196 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 202 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 216 Kind = DS_Error; in reportDiagnostic() 1037 DS_Error, in createMIRParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 619 case DS_Error: in DiagnosticHandler() 674 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
| H A D | ThinLTOCodeGenerator.cpp | 172 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 95 case DS_Error: in diagnosticHandler()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError() 574 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 231 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() 254 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 299 case DS_Error: in handleDiagnostics() 320 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 275 case DS_Error: in handleDiagnostics()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 243 if (DI.getSeverity() == DS_Error) in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 310 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 651 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
|