Home
last modified time | relevance | path

Searched refs: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
213 IRExecDiagnosticHandler(Status *err) : err(err) {} in IRExecDiagnosticHandler() function
277 std::make_unique<IRExecDiagnosticHandler>(&error)); in GetRunnableInfo()