Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h173 bool shouldPrintStackTraceOnDiagnostic();
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp580 bool MLIRContext::shouldPrintStackTraceOnDiagnostic() { in shouldPrintStackTraceOnDiagnostic() function in MLIRContext
H A DDiagnostics.cpp308 if (ctx->shouldPrintStackTraceOnDiagnostic()) { in emitDiag()