Home
last modified time | relevance | path

Searched refs:ScopedDiagnosticHandler (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h496 class ScopedDiagnosticHandler {
498 explicit ScopedDiagnosticHandler(MLIRContext *ctx) : handlerID(0), ctx(ctx) {} in ScopedDiagnosticHandler() function
500 ScopedDiagnosticHandler(MLIRContext *ctx, FuncTy &&handler) in ScopedDiagnosticHandler() function
504 ~ScopedDiagnosticHandler();
532 class SourceMgrDiagnosticHandler : public ScopedDiagnosticHandler {
/external/llvm-project/mlir/test/lib/Transforms/
DTestOpaqueLoc.cpp64 ScopedDiagnosticHandler diagHandler(&getContext(), [](Diagnostic &diag) { in runOnOperation()
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp326 ScopedDiagnosticHandler::~ScopedDiagnosticHandler() { in ~ScopedDiagnosticHandler()
421 : ScopedDiagnosticHandler(ctx), mgr(mgr), os(os), in SourceMgrDiagnosticHandler()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_to_tfl_flatbuffer.cc148 mlir::ScopedDiagnosticHandler s( in ConvertTFExecutorToTFLOrFlatbuffer()
/external/llvm-project/mlir/docs/
DDiagnostics.md267 ScopedDiagnosticHandler scopedHandler(&context, [](Diagnostic &diag) {
272 class MyDerivedHandler : public ScopedDiagnosticHandler {
273 MyDerivedHandler(MLIRContext *ctx) : ScopedDiagnosticHandler(ctx) {
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc785 ScopedDiagnosticHandler scoped_diag_handler( in runOnFunction()