pub unsafe extern "C" fn LLVMGetLastParam(
Fn: LLVMValueRef,
) -> LLVMValueRefExpand description
Obtain the last parameter to a function.
@see llvm::Function::arg_end()
pub unsafe extern "C" fn LLVMGetLastParam(
Fn: LLVMValueRef,
) -> LLVMValueRefObtain the last parameter to a function.
@see llvm::Function::arg_end()