llvmir.AsmFlags enum¶
LLVM inline asm call flags.
Cases¶
| Keyword | Value | Description |
|---|---|---|
sideeffect |
1 | Inline asm has side effects. |
alignstack |
2 | Inline asm may require stack realignment. |
inteldialect |
4 | Inline asm uses Intel assembly syntax. |
Used by¶
llvmir.inline_asm.flags