| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DiagnosticInfo.h | 51 DS_Warning, enumerator 205 DiagnosticSeverity Severity = DS_Warning, 228 DiagnosticSeverity Severity = DS_Warning) 253 DiagnosticSeverity Severity = DS_Warning) 277 const Module &M, DiagnosticSeverity Severity = DS_Warning) 961 DiagnosticSeverity Severity = DS_Warning) 988 : DiagnosticInfoIROptimization(DK_OptimizationFailure, DS_Warning, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 1061 return DS_Warning; in getDiagnosticSeverity()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 347 DK_OptimizationFailure, DS_Warning, PassName, RemarkName, in DiagnosticInfoOptimizationFailure() 352 return getSeverity() == DS_Warning; in isEnabled() 398 : DiagnosticInfoWithLocationBase(DK_MisExpect, DS_Warning, in DiagnosticInfoMisExpect() 417 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
|
| H A D | LLVMContext.cpp | 233 case DS_Warning: in getDiagnosticMessagePrefix()
|
| H A D | Core.cpp | 240 case DS_Warning: in LLVMGetDiagInfoSeverity()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 502 case llvm::DS_Warning: \ 520 case llvm::DS_Warning: \ 617 if (D.getSeverity() != llvm::DS_Warning) in StackSizeDiagHandler() 690 D.getSeverity() == llvm::DS_Warning); in UnsupportedDiagHandler() 727 D.getSeverity() == llvm::DS_Warning); in EmitOptimizationMessage()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileLoaderBaseImpl.h | 947 DS_Warning)); 960 DS_Warning)); 990 DS_Warning));
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 628 case DS_Warning: in DiagnosticHandler() 697 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning)); in emitWarning()
|
| H A D | ThinLTOCodeGenerator.cpp | 184 "Invalid debug info found, debug info will be stripped", DS_Warning)); in verifyLoadedModule()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 144 case DS_Warning: WithColor::warning(OS); break; in handleDiagnostics()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InsertPrefetch.cpp | 167 DiagnosticSeverity::DS_Warning)); in doInitialization()
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | ErrorHandler.cpp | 134 case DS_Warning: in diagnosticHandler()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1263 DiagnosticInfoPGOProfile(M->getName().data(), Msg, DS_Warning)); in readCounters() 1294 DS_Warning)); in readCounters() 1526 DS_Warning)); in annotateValueSites() 1909 DiagnosticInfoPGOProfile(M.getName().data(), Msg, DS_Warning)); in annotateAllFunctions()
|
| H A D | InstrProfiling.cpp | 963 DiagnosticInfoPGOProfile(M->getName().data(), Msg, DS_Warning)); in getOrCreateRegionCounters()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 411 LocCookie, Msg, DiagnosticSeverity::DS_Warning)); in emitInlineAsm()
|
| /llvm-project-15.0.7/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 290 case DS_Warning: in handleDiagnostics()
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 487 case DS_Warning: in diagnosticHandler()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 307 case DS_Warning: in handleDiagnostics()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 263 reportGISelDiagnostic(DS_Warning, MF, TPC, MORE, R); in reportGISelWarning()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PrologEpilogInserter.cpp | 290 DiagnosticInfoStackSize DiagStackSize(F, StackSize, Threshold, DS_Warning); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 217 Kind = DS_Warning; in reportDiagnostic()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 449 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Warning, Message)); in emitWarning()
|
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 755 case DS_Warning: in diagnosticHandler()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 1731 DS_Warning)); in applyRemapping()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 2011 DS_Warning)); in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 2533 DS_Warning); in legalizeGlobalValue() 5372 MI.getDebugLoc(), DS_Warning); in legalizeDebugTrapIntrinsic()
|