LLVMSetInstructionCallConv

Set the calling convention for a call instruction.

This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.

@see llvm::CallInst::setCallingConv() @see llvm::InvokeInst::setCallingConv()

extern (C) nothrow
void
LLVMSetInstructionCallConv
(
LLVMValueRef Instr
,
uint CC
)

Meta