pub unsafe extern "C" fn LLVMGetFunctionCallConv(
Fn: LLVMValueRef,
) -> c_uintExpand description
Obtain the calling function of a function.
The returned value corresponds to the LLVMCallConv enumeration.
@see llvm::Function::getCallingConv()
pub unsafe extern "C" fn LLVMGetFunctionCallConv(
Fn: LLVMValueRef,
) -> c_uintObtain the calling function of a function.
The returned value corresponds to the LLVMCallConv enumeration.
@see llvm::Function::getCallingConv()