Function rustc_codegen_llvm::attributes::non_lazy_bind_attr

source ·
pub 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.