Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp290 struct LLCDiagnosticHandler : public DiagnosticHandler { struct
292 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() function
374 std::make_unique<LLCDiagnosticHandler>(&HasError)); in main()
692 ((const LLCDiagnosticHandler *)(Context.getDiagHandlerPtr()))->HasError; in compileModule()