Home
last modified time | relevance | path

Searched refs:lto_codegen_diagnostic_severity_t (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm-c/
Dlto.h305 } lto_codegen_diagnostic_severity_t; typedef
317 lto_codegen_diagnostic_severity_t severity, const char *diag, void *ctxt);
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp107 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, in handleDiagnostics()
/external/llvm/tools/lto/
Dlto.cpp111 static void handleLibLTODiagnostic(lto_codegen_diagnostic_severity_t Severity, in handleLibLTODiagnostic()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp544 lto_codegen_diagnostic_severity_t Severity; in DiagnosticHandler2()