Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h113 const DiagnosticSeverity Severity; variable
117 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
153 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr) {} in DiagnosticInfo() argument
161 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie), in DiagnosticInfo() argument
198 : DiagnosticInfo(DK_DebugMetadataVersion, Severity), M(M), in DiagnosticInfo() argument
222 : DiagnosticInfo(DK_DebugMetadataVersion, Severity), M(M) {} in DiagnosticInfo() argument
240 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() argument
244 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), in DiagnosticInfo() argument
248 : DiagnosticInfo(DK_SampleProfile, Severity), Msg(Msg) {} in DiagnosticInfo() argument
278 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {} in DiagnosticInfo() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp42 DiagnosticSeverity Severity = DS_Error) in DiagnosticInfoKCFI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h85 enum class Severity { enum
119 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, in Make()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h100 visitDiagnosticRecord(unsigned Severity, const Location &Location, in visitDiagnosticRecord()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp698 lto_codegen_diagnostic_severity_t Severity; in DiagnosticHandler() local
755 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp174 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp429 #define ComputeDiagID(Severity, GroupName, DiagID) \ argument
447 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \ argument
806 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl() local
/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()
H A DLLVMContext.cpp246 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp297 unsigned Severity = DI.getSeverity(); in handleDiagnostics() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp841 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp284 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, in handleDiagnostics()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1169 DiagnosticTextBuilder::buildForDocumentation(StringRef Severity, in buildForDocumentation()
2020 auto Severity = getDefaultSeverity(D); in EmitClangDiagDocs() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp352 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp681 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp251 static void reportGISelDiagnostic(DiagnosticSeverity Severity, in reportGISelDiagnostic()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1357 enum Severity { enum
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h347 UINT8 Severity; member