Function rustc_codegen_llvm::attributes::uwtable_attr
source ยท pub(crate) fn uwtable_attr(
llcx: &Context,
use_sync_unwind: Option<bool>,
) -> &Attribute
Expand description
Tell LLVM to emit or not emit the information necessary to unwind the stack for the function.