ΒΆvoid LLVMSetInstructionCallConv(
    LLVMValueRef Instr,
    unsigned int CC)

Description

Set the calling convention for a call instruction. This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.

Declared at: llvm/include/llvm-c/Core.h:3210

Parameters

LLVMValueRef Instr
unsigned int CC