Searched defs:LTODiagnosticHandler (Results 1 – 1 of 1) sorted by relevance
734 struct LTODiagnosticHandler : public DiagnosticHandler { struct735 LTOCodeGenerator *CodeGenerator;736 LTODiagnosticHandler(LTOCodeGenerator *CodeGenPtr) in LTODiagnosticHandler() argument738 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()