ΒΆunsigned int LLVMGetFunctionCallConv(
LLVMValueRef Fn)
unsigned int LLVMGetFunctionCallConv(
LLVMValueRef Fn)
Description
Obtain the calling function of a function. The returned value corresponds to the LLVMCallConv enumeration.
Declared at: llvm/include/llvm-c/Core.h:2485
Parameters
- LLVMValueRef Fn