Searched refs:setDiagnosticHandler (Results 1 – 7 of 7) sorted by relevance
685 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler() function in LTOCodeGenerator690 return Context.setDiagnosticHandler(nullptr); in setDiagnosticHandler()693 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this), in setDiagnosticHandler()
235 setDiagnosticHandler( in LTOLLVMContext()
186 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
186 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
125 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler() function in LLVMContext
714 …context->setDiagnosticHandler(std::make_unique<FatalDiagnosticsHandler>(&fatalCompileIssue), true);