Searched defs:LTODiagnosticHandler (Results 1 – 1 of 1) sorted by relevance
646 struct LTODiagnosticHandler : public DiagnosticHandler { struct647 LTOCodeGenerator *CodeGenerator;648 LTODiagnosticHandler(LTOCodeGenerator *CodeGenPtr) in LTODiagnosticHandler() argument650 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()