pub fn get_inline_asm(
ty: &TypeRef,
asm_string: &str,
constraints: &str,
has_side_effects: bool,
is_align_stack: bool,
dialect: InlineAsmDialect,
can_throw: bool,
) -> ValueRef
Expand description
Create the specified unique inline asm string.