Home
last modified time | relevance | path

Searched refs:DiagnosticSeverity (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h49 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 DLLVMContext.h28 enum DiagnosticSeverity : char;
259 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h19 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
H A DIRMover.cpp352 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp405 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 DDiagnosticInfo.cpp53 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
71 uint64_t ResourceLimit, DiagnosticSeverity Severity, DiagnosticKind Kind) in DiagnosticInfoResourceLimit()
449 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
H A DLLVMContext.cpp246 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp175 DiagnosticSeverity::DS_Warning)); in doInitialization()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp777 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 DLTOCodeGenerator.cpp755 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp174 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp223 DiagnosticSeverity Kind; in reportDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp251 static void reportGISelDiagnostic(DiagnosticSeverity Severity, in reportGISelDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp681 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()