Structsยง
Functionsยง
- eat_
operand_ ๐keyword - Used for better error messages when operand types are used that are not
supported by the current macro (e.g.
in
orout
forglobal_asm!
) - err_
duplicate_ ๐option - Report a duplicate option error.
- err_
unsupported_ ๐option - Report an invalid option error.
- expand_
asm ๐ - expand_
global_ ๐asm - expand_
naked_ ๐asm - expand_
preparsed_ ๐asm - parse_
args ๐ - parse_
asm_ args - parse_
clobber_ ๐abi - parse_
options ๐ - parse_
reg ๐ - try_
set_ ๐option - Try to set the provided option in the provided
AsmArgs
. If it is already set, report a duplicate option error.