rustc_codegen_llvm::llvm_

Function get_param

Source
pub fn get_param(llfn: &Value, index: c_uint) -> &Value
Expand description

Safe wrapper around LLVMGetParam, because segfaults are no fun.