Home
last modified time | relevance | path

Searched defs:IRExecDiagnosticHandler (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp211 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler { struct
212 Status *err;
213 IRExecDiagnosticHandler(Status *err) : err(err) {} in IRExecDiagnosticHandler() argument
214 bool handleDiagnostics(const llvm::DiagnosticInfo &DI) override { in handleDiagnostics()