Function rustc_codegen_llvm::attributes::naked[][src]

fn naked<'ll>(val: &'ll Value, is_naked: bool)
Expand description

Tell LLVM if this function should be ‘naked’, i.e., skip the epilogue and prologue.