Searched refs:enableDebugInfo (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-pdll/ |
| H A D | mlir-pdll.cpp | 82 pdlModule->print(os, OpPrintingFlags().enableDebugInfo()); in processBuffer()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/ |
| H A D | CPPGen.cpp | 113 pattern->print(os, OpPrintingFlags().enableDebugInfo()); in generate()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 506 llvm::Optional<int64_t> largeElementsLimit, bool enableDebugInfo, 511 bool enableDebugInfo, bool prettyDebugInfo,
|
| H A D | IRCore.cpp | 990 bool enableDebugInfo, bool prettyDebugInfo, in print() argument 1012 if (enableDebugInfo) in print() 1027 bool enableDebugInfo, bool prettyDebugInfo, in getAsm() argument 1038 /*enableDebugInfo=*/enableDebugInfo, in getAsm()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OperationSupport.h | 774 OpPrintingFlags &enableDebugInfo(bool prettyForm = false);
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | IR.cpp | 132 unwrap(flags)->enableDebugInfo(/*prettyForm=*/prettyForm); in mlirOpPrintingFlagsEnableDebugInfo()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 1369 pdlModule->print(os, OpPrintingFlags().enableDebugInfo()); in getPDLLViewOutput()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AsmPrinter.cpp | 212 OpPrintingFlags &OpPrintingFlags::enableDebugInfo(bool prettyForm) { in enableDebugInfo() function in OpPrintingFlags
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1990 void enableDebugInfo() { DisableDebugInfo = false; }
|
| H A D | CGCall.cpp | 4321 CGF.enableDebugInfo(); in ~DisableDebugLocationUpdates()
|