| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 248 case DS_Error: in getDiagnosticMessagePrefix() 267 if (DI.getSeverity() == DS_Error) in diagnose() 282 if (DI.getSeverity() == DS_Error) in diagnose()
|
| H A D | DiagnosticInfo.cpp | 432 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall() 449 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 104 I->getDebugLoc(), DS_Error)); in checkIfSupported() 186 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported()
|
| /src/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 147 case DS_Error: WithColor::error(OS); break; in handleDiagnostics() 157 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | KCFI.cpp | 42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 432 case llvm::DS_Error: \ 450 case llvm::DS_Error: \ 634 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler() 654 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler() 777 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 795 MaxScratchPerWorkitem, DS_Error); in getSIProgramInfo() 819 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo() 930 DS_Error, DK_ResourceLimit); in getSIProgramInfo() 948 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo() 957 STM.getAddressableLocalMemorySize(), DS_Error); in getSIProgramInfo()
|
| H A D | AMDGPUInstructionSelector.cpp | 2100 F, "intrinsic not supported on subtarget", I.getDebugLoc(), DS_Error); in selectG_INTRINSIC_W_SIDE_EFFECTS()
|
| H A D | SIInstrInfo.cpp | 612 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 206 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error() 212 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 226 Kind = DS_Error; in reportDiagnostic() 1149 DS_Error, in createMIRParser()
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 700 case DS_Error: in DiagnosticHandler() 755 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
| H A D | ThinLTOCodeGenerator.cpp | 174 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
| /src/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()
|
| /src/contrib/llvm-project/lld/Common/ |
| H A D | ErrorHandler.cpp | 131 case DS_Error: in diagnosticHandler()
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 312 case DS_Error: in handleDiagnostics() 333 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
|
| /src/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 299 case DS_Error: in handleDiagnostics()
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 373 if (DI.getSeverity() == DS_Error) in run()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 256 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic() 279 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
|
| /src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 215 if (DI.getSeverity() == llvm::DS_Error) { in handleDiagnostics()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 681 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
|