LLVMGetCalledFunctionType

Function LLVMGetCalledFunctionType 

Source
pub unsafe extern "C" fn LLVMGetCalledFunctionType(
    C: LLVMValueRef,
) -> LLVMTypeRef
Expand description

Obtain the function type called by this instruction.

@see llvm::CallBase::getFunctionType()