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