Home
last modified time | relevance | path

Searched defs:handleDiagnostics (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticHandler.h42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp126 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-link/
HDllvm-link.cpp186 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDConfig.h220 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
HDllc.cpp258 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp234 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, in handleDiagnostics() function
258 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOCodeGenerator.cpp677 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp422 bool ClangDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics() function in ClangDiagnosticHandler