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