Definition at line 1847 of file AsmPrinter.cpp.
◆ AsmStateImpl() [1/2]
◆ AsmStateImpl() [2/2]
◆ getAliasState()
AliasState& mlir::detail::AsmStateImpl::getAliasState |
( |
| ) |
|
|
inline |
◆ getDialectInterfaces()
◆ getDialectResources()
Return the referenced dialect resources within the printer.
Definition at line 1894 of file AsmPrinter.cpp.
◆ getDistinctState()
DistinctState& mlir::detail::AsmStateImpl::getDistinctState |
( |
| ) |
|
|
inline |
Get the state used for distinct attribute identifiers.
Definition at line 1869 of file AsmPrinter.cpp.
◆ getPrinterFlags()
const OpPrintingFlags& mlir::detail::AsmStateImpl::getPrinterFlags |
( |
| ) |
const |
|
inline |
◆ getResourcePrinters()
auto mlir::detail::AsmStateImpl::getResourcePrinters |
( |
| ) |
|
|
inline |
◆ getSSANameState()
SSANameState& mlir::detail::AsmStateImpl::getSSANameState |
( |
| ) |
|
|
inline |
◆ initializeAliases()
void mlir::detail::AsmStateImpl::initializeAliases |
( |
Operation * |
op | ) |
|
|
inline |
Initialize the alias state to enable the printing of aliases.
Definition at line 1858 of file AsmPrinter.cpp.
◆ popCyclicPrinting()
void mlir::detail::AsmStateImpl::popCyclicPrinting |
( |
| ) |
|
|
inline |
◆ pushCyclicPrinting()
LogicalResult mlir::detail::AsmStateImpl::pushCyclicPrinting |
( |
const void * |
opaquePointer | ) |
|
|
inline |
◆ registerOperationLocation()
void mlir::detail::AsmStateImpl::registerOperationLocation |
( |
Operation * |
op, |
|
|
unsigned |
line, |
|
|
unsigned |
col |
|
) |
| |
|
inline |
Register the location, line and column, within the buffer that the given operation was printed at.
Definition at line 1887 of file AsmPrinter.cpp.
The documentation for this class was generated from the following file: