Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h37 enum DiagnosticSeverity : char { enum
91 const DiagnosticSeverity Severity;
94 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
100 DiagnosticSeverity getSeverity() const { return Severity; } in getSeverity()
129 DiagnosticSeverity Severity = DS_Error)
138 DiagnosticSeverity Severity = DS_Error)
148 DiagnosticSeverity Severity = DS_Error);
184 DiagnosticSeverity Severity = DS_Warning,
211 DiagnosticSeverity Severity = DS_Warning,
237 DiagnosticSeverity Severity = DS_Warning)
[all …]
DLLVMContext.h32 enum DiagnosticSeverity : char;
179 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h43 enum DiagnosticSeverity : char { enum
102 const DiagnosticSeverity Severity;
105 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()
111 DiagnosticSeverity getSeverity() const { return Severity; } in getSeverity()
140 DiagnosticSeverity Severity = DS_Error)
148 DiagnosticSeverity Severity = DS_Error)
158 DiagnosticSeverity Severity = DS_Error);
193 DiagnosticSeverity Severity = DS_Warning,
215 DiagnosticSeverity Severity = DS_Warning,
241 DiagnosticSeverity Severity = DS_Warning)
[all …]
DLLVMContext.h29 enum DiagnosticSeverity : char;
261 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h28 enum DiagnosticSeverity : char;
206 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
/external/llvm/lib/Linker/
DLinkDiagnosticInfo.h20 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
DIRMover.cpp335 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkDiagnosticInfo.h20 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
DIRMover.cpp347 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h196 BitcodeDiagnosticInfo(std::error_code EC, DiagnosticSeverity Severity,
/external/llvm/lib/IR/
DDiagnosticInfo.cpp98 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
DLLVMContext.cpp239 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp215 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
DDiagnosticInfo.cpp55 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp662 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp670 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
DThinLTOCodeGenerator.cpp158 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp580 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp192 DiagnosticSeverity Kind; in reportDiagnostic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp207 DiagnosticSeverity Kind; in reportDiagnostic()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml286 module DiagnosticSeverity = struct module
321 external severity : t -> DiagnosticSeverity.t
Dllvm.mli356 See [llvm::DiagnosticSeverity]. *)
357 module DiagnosticSeverity : sig module
420 val severity : t -> DiagnosticSeverity.t
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml311 module DiagnosticSeverity = struct module
346 external severity : t -> DiagnosticSeverity.t
Dllvm.mli345 See [llvm::DiagnosticSeverity]. *)
346 module DiagnosticSeverity : sig module
411 val severity : t -> DiagnosticSeverity.t
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp551 DiagnosticSeverity Severity, in BitcodeDiagnosticInfo()