Home
last modified time | relevance | path

Searched refs:shouldPrintStackTraceOnDiagnostic (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DMLIRContext.h121 bool shouldPrintStackTraceOnDiagnostic();
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp287 if (ctx->shouldPrintStackTraceOnDiagnostic()) { in emitDiag()
DMLIRContext.cpp539 bool MLIRContext::shouldPrintStackTraceOnDiagnostic() { in shouldPrintStackTraceOnDiagnostic() function in MLIRContext