Searched refs:handleDiagnostics (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h21 /// The handleDiagnostics method must be overriden by the subclasses to handle
33 /// of DiagnosticHandler will call it from handleDiagnostics(). Any derived
35 /// implement handleDiagnostics().
38 /// Override handleDiagnostics to provide custom implementation.
42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { function in struct:llvm::DiagnosticHandler
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h239 bool handleDiagnostics(const DiagnosticInfo &DI) override {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp126 bool handleDiagnostics(const DiagnosticInfo &DI) override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp245 pImpl->DiagHandler->handleDiagnostics(DI))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp240 static void handleDiagnostics(lto_codegen_diagnostic_severity_t Severity, function
264 bool handleDiagnostics(const DiagnosticInfo &DI) override {
965 CodeGen.setDiagnosticHandler(handleDiagnostics, nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp254 bool handleDiagnostics(const DiagnosticInfo &DI) override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp687 bool handleDiagnostics(const DiagnosticInfo &DI) override {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp261 bool handleDiagnostics(const DiagnosticInfo &DI) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp59 bool handleDiagnostics(const DiagnosticInfo &DI) override;
422 bool ClangDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) { function in class:ClangDiagnosticHandler

Completed in 161 milliseconds