Attributes
attributes
LabelAttr
dataclass
Bases: Data[str]
Source code in xdsl/dialects/x86/attributes.py
9 10 11 12 13 14 15 16 17 18 19 20 | |
name = 'x86.label'
class-attribute
instance-attribute
parse_parameter(parser: AttrParser) -> str
classmethod
Source code in xdsl/dialects/x86/attributes.py
13 14 15 16 | |
print_parameter(printer: Printer) -> None
Source code in xdsl/dialects/x86/attributes.py
18 19 20 | |