rustc_codegen_llvm::attributes

Function non_lazy_bind_attr

Source
pub(crate) fn non_lazy_bind_attr<'ll>(
    cx: &CodegenCx<'ll, '_>,
) -> Option<&'ll Attribute>
Expand description

Get the NonLazyBind LLVM attribute, if the codegen options allow skipping the PLT.