Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp727 struct LTODiagnosticHandler : public DiagnosticHandler { struct
728 LTOCodeGenerator *CodeGenerator;
729 LTODiagnosticHandler(LTOCodeGenerator *CodeGenPtr) in LTODiagnosticHandler() argument
731 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()