Function rustc_codegen_llvm::attributes::non_lazy_bind[][src]

pub fn non_lazy_bind<'ll>(sess: &Session, llfn: &'ll Value)
Expand description

Sets the NonLazyBind LLVM attribute on a given function, assuming the codegen options allow skipping the PLT.