Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp242 struct LLCDiagnosticHandler : public DiagnosticHandler { struct
244 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() argument
319 llvm::make_unique<LLCDiagnosticHandler>(&HasError)); in main()
600 ((const LLCDiagnosticHandler *)(Context.getDiagHandlerPtr()))->HasError; in compileModule()