Searched refs:IRExecDiagnosticHandler (Results 1 – 1 of 1) sorted by relevance
211 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler { struct213 IRExecDiagnosticHandler(Status *err) : err(err) {} in IRExecDiagnosticHandler() function277 std::make_unique<IRExecDiagnosticHandler>(&error)); in GetRunnableInfo()