Searched defs:LTODiagnosticHandler (Results 1 – 1 of 1) sorted by relevance
727 struct LTODiagnosticHandler : public DiagnosticHandler { struct728 LTOCodeGenerator *CodeGenerator;729 LTODiagnosticHandler(LTOCodeGenerator *CodeGenPtr) in LTODiagnosticHandler() argument731 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()