Searched refs:DiagnosticSeverity (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 49 enum DiagnosticSeverity : char { enum 113 const DiagnosticSeverity Severity; 117 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo() 123 DiagnosticSeverity getSeverity() const { return Severity; } in getSeverity() 152 DiagnosticSeverity Severity = DS_Error) 160 DiagnosticSeverity Severity = DS_Error) 170 DiagnosticSeverity Severity = DS_Error); 197 DiagnosticSeverity Severity = DS_Warning) 221 const Module &M, DiagnosticSeverity Severity = DS_Warning) 239 DiagnosticSeverity Severity = DS_Error) [all …]
|
H A D | LLVMContext.h | 28 enum DiagnosticSeverity : char; 259 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkDiagnosticInfo.h | 19 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
|
H A D | IRMover.cpp | 352 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 405 LocCookie, Msg, DiagnosticSeverity::DS_Warning)); in emitInlineAsm() 407 DiagnosticInfoInlineAsm(LocCookie, Note, DiagnosticSeverity::DS_Note)); in emitInlineAsm() 413 LocCookie, *reason, DiagnosticSeverity::DS_Note)); in emitInlineAsm()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 53 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm() 71 uint64_t ResourceLimit, DiagnosticSeverity Severity, DiagnosticKind Kind) in DiagnosticInfoResourceLimit() 449 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
|
H A D | LLVMContext.cpp | 246 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | KCFI.cpp | 42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InsertPrefetch.cpp | 175 DiagnosticSeverity::DS_Warning)); in doInitialization()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 777 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler() 806 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 755 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
H A D | ThinLTOCodeGenerator.cpp | 174 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 223 DiagnosticSeverity Kind; in reportDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 251 static void reportGISelDiagnostic(DiagnosticSeverity Severity, in reportGISelDiagnostic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 681 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
|