pub unsafe extern "C" fn LLVMGetParam(
Fn: LLVMValueRef,
Index: c_uint,
) -> LLVMValueRefExpand description
Obtain the parameter at the specified index.
Parameters are indexed from 0.
@see llvm::Function::arg_begin()
pub unsafe extern "C" fn LLVMGetParam(
Fn: LLVMValueRef,
Index: c_uint,
) -> LLVMValueRefObtain the parameter at the specified index.
Parameters are indexed from 0.
@see llvm::Function::arg_begin()