pub unsafe extern "C" fn LLVMGetCalledFunctionType(
C: LLVMValueRef,
) -> LLVMTypeRefExpand description
Obtain the function type called by this instruction.
@see llvm::CallBase::getFunctionType()
pub unsafe extern "C" fn LLVMGetCalledFunctionType(
C: LLVMValueRef,
) -> LLVMTypeRefObtain the function type called by this instruction.
@see llvm::CallBase::getFunctionType()