Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp734 struct LTODiagnosticHandler : public DiagnosticHandler { struct
735 LTOCodeGenerator *CodeGenerator;
736 LTODiagnosticHandler(LTOCodeGenerator *CodeGenPtr) in LTODiagnosticHandler() argument
738 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()