Home
last modified time | relevance | path

Searched defs:LTODiagnosticHandler (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp646 struct LTODiagnosticHandler : public DiagnosticHandler { struct
647 LTOCodeGenerator *CodeGenerator;
648 LTODiagnosticHandler(LTOCodeGenerator *CodeGenPtr) in LTODiagnosticHandler() argument
650 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()