Function rustc_codegen_llvm::attributes::from_fn_attrs
source · pub fn from_fn_attrs<'ll, 'tcx>(
cx: &CodegenCx<'ll, 'tcx>,
llfn: &'ll Value,
instance: Instance<'tcx>
)
Expand description
Composite function which sets LLVM attributes for function depending on its AST (#[attribute]
)
attributes.