Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp289 struct LLCDiagnosticHandler : public DiagnosticHandler { struct
291 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() function
292 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()