statement
AsmDeclaration
Bases: Statement
AsmDeclaration
is used to define an assembly declaration statement in the IR.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
backend_name
|
SupportsStr
|
Name of the backend that is to process the provided backend code. |
required |
backend_code
|
SupportsStr
|
(Assembly) code to be processed by the specified backend. |
required |