Home
last modified time | relevance | path

Searched defs:Severity (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h113 const DiagnosticSeverity Severity; variable
117 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo() argument
153 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr) {} in DiagnosticInfo() argument
161 : DiagnosticInfo(DK_InlineAsm, Severity), LocCooki argument
198 DiagnosticInfo(DK_DebugMetadataVersion,Severity) DiagnosticInfo() argument
222 DiagnosticInfo(DK_DebugMetadataVersion,Severity) DiagnosticInfo() argument
240 DiagnosticInfo(DK_SampleProfile,Severity) DiagnosticInfo() argument
244 DiagnosticInfo(DK_SampleProfile,Severity) DiagnosticInfo() argument
248 DiagnosticInfo(DK_SampleProfile,Severity) DiagnosticInfo() argument
278 DiagnosticInfo(DK_PGOProfile,Severity) DiagnosticInfo() argument
324 DiagnosticInfoWithLocationBase(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const Function & Fn,const DiagnosticLocation & Loc) DiagnosticInfoWithLocationBase() argument
457 DiagnosticInfoOptimizationBase(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const char * PassName,StringRef RemarkName,const Function & Fn,const DiagnosticLocation & Loc) DiagnosticInfoOptimizationBase() argument
639 DiagnosticInfoOptimizationBase(Kind,Severity,PassName,RemarkName,Fn,Loc) DiagnosticInfoOptimizationBase() argument
669 DiagnosticInfoIROptimization(enum DiagnosticKind Kind,enum DiagnosticSeverity Severity,const char * PassName,const Function & Fn,const DiagnosticLocation & Loc,const Twine & Msg) DiagnosticInfoIROptimization() argument
940 DiagnosticInfoMIRParser(DiagnosticSeverity Severity,const SMDiagnostic & Diagnostic) DiagnosticInfoMIRParser() argument
961 DiagnosticInfo(DK_ISelFallback,Severity) DiagnosticInfo() argument
1023 DiagnosticInfoWithLocationBase(DK_Unsupported,Severity,Fn,Loc) DiagnosticInfoWithLocationBase() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp204 auto Severity = IsPositive ? diag::Severity::Remark in ProcessWarningOptions() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h83 enum class Severity { global() enum
117 Make(diag::Severity Severity,bool IsUser,bool IsPragma) Make() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h100 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord() argument
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp706 lto_codegen_diagnostic_severity_t Severity; DiagnosticHandler() local
763 LTODiagnosticInfo(const Twine & DiagMsg,DiagnosticSeverity Severity=DS_Error) LTODiagnosticInfo() argument
H A DThinLTOCodeGenerator.cpp173 ThinLTODiagnosticInfo(const Twine & DiagMsg,DiagnosticSeverity Severity=DS_Error) ThinLTODiagnosticInfo() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp454 ComputeDiagID(Severity,GroupName,DiagID) global() argument
472 ComputeDiagRemarkID(Severity,GroupName,DiagID) global() argument
831 llvm::DiagnosticSeverity Severity = DI.getSeverity(); DiagnosticHandlerImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp53 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm() argument
71 uint64_t ResourceLimit, DiagnosticSeverity Severity, DiagnosticKind Kind) in DiagnosticInfoResourceLimit() argument
H A DLLVMContext.cpp239 getDiagnosticMessagePrefix(DiagnosticSeverity Severity) getDiagnosticMessagePrefix() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp285 unsigned Severity = DI.getSeverity(); handleDiagnostics() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp841 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp275 handleDiagnostics(lto_codegen_diagnostic_severity_t Severity,const char * Msg,void *) handleDiagnostics() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1174 buildForDocumentation(StringRef Severity,const Record * R) buildForDocumentation() argument
1831 auto Severity = getDefaultSeverity(D); EmitClangDiagDocs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp351 LinkDiagnosticInfo(DiagnosticSeverity Severity,const Twine & Msg) LinkDiagnosticInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp249 reportGISelDiagnostic(DiagnosticSeverity Severity,MachineFunction & MF,const TargetPassConfig & TPC,MachineOptimizationRemarkEmitter & MORE,MachineOptimizationRemarkMissed & R) reportGISelDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp679 LoweringDiagnosticInfo(const Twine & DiagMsg,DiagnosticSeverity Severity=DS_Error) LoweringDiagnosticInfo() argument
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dactbl1.h347 UINT8 Severity; member