Trait rustc_codegen_llvm::abi::ArgAttributesExt
source · pub trait ArgAttributesExt {
fn apply_attrs_to_llfn(
&self,
idx: AttributePlace,
cx: &CodegenCx<'_, '_>,
llfn: &Value
);
fn apply_attrs_to_callsite(
&self,
idx: AttributePlace,
cx: &CodegenCx<'_, '_>,
callsite: &Value
);
}
Required Methods
sourcefn apply_attrs_to_llfn(
fn apply_attrs_to_llfn(
&self,
idx: AttributePlace,
cx: &CodegenCx<'_, '_>,
llfn: &Value
)
sourcefn apply_attrs_to_callsite(