/llvm-project/mlir/lib/CAPI/IR/ |
H A D | Diagnostics.cpp | 63 unwrap(context)->getDiagEngine().registerHandler( in mlirContextAttachDiagnosticHandler() 74 unwrap(context)->getDiagEngine().eraseHandler( in mlirContextDetachDiagnosticHandler()
|
/llvm-project/mlir/lib/Dialect/Transform/IRDLExtension/ |
H A D | IRDLExtensionOps.cpp | 36 auto handlerID = getContext()->getDiagEngine().registerHandler( in apply() 46 getContext()->getDiagEngine().eraseHandler(handlerID); in apply()
|
/llvm-project/mlir/lib/Dialect/Transform/Utils/ |
H A D | DiagnosedSilenceableFailure.cpp | 26 diagnostic.getLocation().getContext()->getDiagEngine().emit( in checkAndReport()
|
/llvm-project/mlir/tools/mlir-parser-fuzzer/text/ |
H A D | mlir-text-parser-fuzzer.cpp | 38 context.getDiagEngine().registerHandler( in LLVMFuzzerTestOneInput()
|
/llvm-project/mlir/tools/mlir-parser-fuzzer/bytecode/ |
H A D | mlir-bytecode-parser-fuzzer.cpp | 38 context.getDiagEngine().registerHandler( in LLVMFuzzerTestOneInput()
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Context.h | 42 DiagnosticEngine &getDiagEngine() { return diagEngine; } in getDiagEngine() function
|
/llvm-project/mlir/lib/IR/ |
H A D | Diagnostics.cpp | 308 auto &diagEngine = ctx->getDiagEngine(); in emitDiag() 355 ctx->getDiagEngine().eraseHandler(handlerID); in ~ScopedDiagnosticHandler() 923 handlerID = ctx->getDiagEngine().registerHandler([this](Diagnostic &diag) { in ParallelDiagnosticHandlerImpl() 940 context->getDiagEngine().eraseHandler(handlerID); in ~ParallelDiagnosticHandlerImpl() 948 return context->getDiagEngine().emit(std::move(diag));
|
H A D | MLIRContext.cpp | 391 DiagnosticEngine &MLIRContext::getDiagEngine() { return getImpl().diagEngine; } in executeActionInternal() 401 DiagnosticEngine &MLIRContext::getDiagEngine() { return getImpl().diagEngine; } getDiagEngine() function in MLIRContext
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Lexer.h | 175 ast::DiagnosticEngine &getDiagEngine() { return diagEngine; } in getDiagEngine() function
|
H A D | Parser.cpp | 48 : ctx(ctx), lexer(sourceMgr, ctx.getDiagEngine(), codeCompleteContext), in Parser() 614 ast::InFlightDiagnostic diag = ctx.getDiagEngine().emitError( in convertExpressionTo() 2902 ctx.getDiagEngine().emitWarning( in checkOperationResultTypeInferrence() 2921 ast::InFlightDiagnostic diag = ctx.getDiagEngine().emitWarning( in checkOperationResultTypeInferrence()
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | MLIRContext.h | 213 DiagnosticEngine &getDiagEngine();
|
H A D | Diagnostics.h | 536 auto &diagEngine = ctx->getDiagEngine();
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | DeserializationTest.cpp | 41 context.getDiagEngine().registerHandler([&](Diagnostic &diag) { in DeserializationTest()
|
/llvm-project/mlir/unittests/Pass/ |
H A D | PassManagerTest.cpp | 223 context.getDiagEngine().registerHandler([&](Diagnostic &diag) { in TEST()
|
/llvm-project/mlir/unittests/IR/ |
H A D | OpPropertiesTest.cpp | 250 context.getDiagEngine().registerHandler([&](Diagnostic &diag) { in TEST()
|
/llvm-project/mlir/docs/ |
H A D | Diagnostics.md | 29 DiagnosticEngine& engine = ctx->getDiagEngine();
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 394 astContext.getDiagEngine().setHandlerFn([&](const ast::Diagnostic &diag) { in PDLDocument()
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 6210 context.getDiagEngine().registerHandler([](mlir::Diagnostic &diag) {
|