/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 51 DS_Warning, enumerator 197 DiagnosticSeverity Severity = DS_Warning) 221 const Module &M, DiagnosticSeverity Severity = DS_Warning) 377 DiagnosticSeverity Severity = DS_Warning, 399 DiagnosticSeverity Severity = DS_Warning) 960 DiagnosticSeverity Severity = DS_Warning) 987 : DiagnosticInfoIROptimization(DK_OptimizationFailure, DS_Warning, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 1060 return DS_Warning; in getDiagnosticSeverity()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 360 DK_OptimizationFailure, DS_Warning, PassName, RemarkName, in DiagnosticInfoOptimizationFailure() 365 return getSeverity() == DS_Warning; in isEnabled() 411 : DiagnosticInfoWithLocationBase(DK_MisExpect, DS_Warning, in DiagnosticInfoMisExpect() 432 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
|
H A D | LLVMContext.cpp | 250 case DS_Warning: in getDiagnosticMessagePrefix()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 435 case llvm::DS_Warning: \ 453 case llvm::DS_Warning: \ 550 if (D.getSeverity() != llvm::DS_Warning) in StackSizeDiagHandler() 635 D.getSeverity() == llvm::DS_Warning); in UnsupportedDiagHandler() 672 D.getSeverity() == llvm::DS_Warning); in EmitOptimizationMessage()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1364 DiagnosticInfoPGOProfile(M->getName().data(), Msg, DS_Warning)); in handleInstrProfError() 1412 DS_Warning)); in readCounters() 1522 DS_Warning)); in populateCoverage() 1662 DS_Warning)); in setBranchWeights() 1791 DS_Warning)); in annotateValueSites() 1880 DS_Warning)); in InstrumentAllFunctions() 2239 DiagnosticInfoPGOProfile(M.getName().data(), Msg, DS_Warning)); in annotateAllFunctions()
|
H A D | MemProfiler.cpp | 829 DiagnosticInfoPGOProfile(M.getName().data(), Msg, DS_Warning)); in readMemprof()
|
H A D | InstrProfiling.cpp | 1203 DS_Warning)); in getBitmapAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 300 DS_Warning)); in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SampleProfileLoaderBaseImpl.h | 1116 DS_Warning)); 1129 DS_Warning)); 1159 DS_Warning));
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 703 case DS_Warning: in DiagnosticHandler() 772 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning)); in emitWarning()
|
H A D | ThinLTOCodeGenerator.cpp | 187 "Invalid debug info found, debug info will be stripped", DS_Warning)); in verifyLoadedModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 175 DiagnosticSeverity::DS_Warning)); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 148 case DS_Warning: WithColor::warning(OS); break; in handleDiagnostics()
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | ErrorHandler.cpp | 134 case DS_Warning: in diagnosticHandler()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 405 LocCookie, Msg, DiagnosticSeverity::DS_Warning)); in emitInlineAsm()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 325 DiagnosticInfoSampleProfile(M->getName().data(), Msg, DS_Warning)); in computeProbeId()
|
H A D | SampleProfile.cpp | 2064 DS_Warning)); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 302 case DS_Warning: in handleDiagnostics()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 404 Insn->getDebugLoc(), DS_Warning); in reportNonStaticGEPChain()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 315 case DS_Warning: in handleDiagnostics()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 229 Kind = DS_Warning; in reportDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PrologEpilogInserter.cpp | 310 DiagnosticInfoStackSize DiagStackSize(F, StackSize, Threshold, DS_Warning); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 457 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Warning, Message)); in emitWarning()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 1770 DS_Warning)); in applyRemapping()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 272 reportGISelDiagnostic(DS_Warning, MF, TPC, MORE, R); in reportGISelWarning()
|