Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp908 struct ParallelDiagnosticHandlerImpl : public llvm::PrettyStackTraceEntry { struct
923 ParallelDiagnosticHandlerImpl(MLIRContext *ctx) : context(ctx) { in ParallelDiagnosticHandlerImpl() argument
939 ~ParallelDiagnosticHandlerImpl() override { in ~ParallelDiagnosticHandlerImpl() argument
1030 : impl(new ParallelDiagnosticHandlerImpl(ctx)) {} in ParallelDiagnosticHandler()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h644 struct ParallelDiagnosticHandlerImpl;
674 std::unique_ptr<detail::ParallelDiagnosticHandlerImpl> impl;