reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DiagnosticInfo.h
  142                           DiagnosticSeverity Severity = DS_Error)
  150                           DiagnosticSeverity Severity = DS_Error)
  160                           DiagnosticSeverity Severity = DS_Error);
  286                               DiagnosticSeverity Severity = DS_Error)
  290                               DiagnosticSeverity Severity = DS_Error)
  294                               DiagnosticSeverity Severity = DS_Error)
  324                            DiagnosticSeverity Severity = DS_Error)
  994       DiagnosticSeverity Severity = DS_Error)
lib/CodeGen/MIRParser/MIRParser.cpp
  178       DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str())));
  184       DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message)));
  198     Kind = DS_Error;
  946         DS_Error,
lib/IR/LLVMContext.cpp
  203   case DS_Error:
  234   if (DI.getSeverity() == DS_Error)
lib/LTO/LTOCodeGenerator.cpp
  649   case DS_Error:
  704   LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error)
lib/LTO/ThinLTOCodeGenerator.cpp
  163                         DiagnosticSeverity Severity = DS_Error)
lib/Linker/LinkModules.cpp
   60     SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message));
  559       DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message()));
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  933                                           ProgInfo.ScratchSize, DS_Error);
  954                                        ProgInfo.NumSGPR, DS_Error,
  994                                        ProgInfo.NumSGPR, DS_Error,
 1013                                      MFI->getNumUserSGPRs(), DS_Error);
 1020                                      MFI->getLDSSize(), DS_Error);
lib/Target/AMDGPU/SIInstrInfo.cpp
  516                                         DL, DS_Error);
tools/clang/lib/CodeGen/CodeGenAction.cpp
  521   ComputeDiagID(D.getSeverity(), inline_asm, DiagID);
  605   assert(D.getSeverity() == llvm::DS_Error);
  751     ComputeDiagID(Severity, inline_asm, DiagID);
  756     ComputeDiagID(Severity, backend_frame_larger_than, DiagID);
  761     if (Severity != DS_Error)
  818     ComputeDiagRemarkID(Severity, backend_plugin, DiagID);
tools/gold/gold-plugin.cpp
  465   case DS_Error:
tools/llc/llc.cpp
  258     if (DI.getSeverity() == DS_Error)
tools/lld/Common/ErrorHandler.cpp
   72   case DS_Error:
tools/llvm-dis/llvm-dis.cpp
  130       case DS_Error: WithColor::error(OS); break;
  140     if (DI.getSeverity() == DS_Error)
tools/llvm-link/llvm-link.cpp
  189     case DS_Error:
tools/llvm-lto/llvm-lto.cpp
  262       case DS_Error:
  283       if (DI.getSeverity() == DS_Error)
tools/llvm-lto2/llvm-lto2.cpp
  216     if (DI.getSeverity() == DS_Error)
tools/lto/lto.cpp
   80     if (DI.getSeverity() != DS_Error) {