Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp306 struct LLCDiagnosticHandler : public DiagnosticHandler { struct
308 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() function
402 std::make_unique<LLCDiagnosticHandler>(&HasError)); in main()
737 ((const LLCDiagnosticHandler *)(Context.getDiagHandlerPtr()))->HasError; in compileModule()