/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 37 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 …]
|
D | LLVMContext.h | 32 enum DiagnosticSeverity : char; 179 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 43 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 …]
|
D | LLVMContext.h | 29 enum DiagnosticSeverity : char; 261 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 28 enum DiagnosticSeverity : char; 206 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity);
|
/external/llvm/lib/Linker/ |
D | LinkDiagnosticInfo.h | 20 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
|
D | IRMover.cpp | 335 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkDiagnosticInfo.h | 20 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
|
D | IRMover.cpp | 347 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
|
/external/llvm/include/llvm/Bitcode/ |
D | ReaderWriter.h | 196 BitcodeDiagnosticInfo(std::error_code EC, DiagnosticSeverity Severity,
|
/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 98 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
|
D | LLVMContext.cpp | 239 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 215 LLVMContext::getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
|
D | DiagnosticInfo.cpp | 55 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 662 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 670 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
|
D | ThinLTOCodeGenerator.cpp | 158 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 580 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 192 DiagnosticSeverity Kind; in reportDiagnostic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 207 DiagnosticSeverity Kind; in reportDiagnostic()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 286 module DiagnosticSeverity = struct module 321 external severity : t -> DiagnosticSeverity.t
|
D | llvm.mli | 356 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/ |
D | llvm.ml | 311 module DiagnosticSeverity = struct module 346 external severity : t -> DiagnosticSeverity.t
|
D | llvm.mli | 345 See [llvm::DiagnosticSeverity]. *) 346 module DiagnosticSeverity : sig module 411 val severity : t -> DiagnosticSeverity.t
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 551 DiagnosticSeverity Severity, in BitcodeDiagnosticInfo()
|