llvm::CallBase::setCallingConv

Set the calling convention for this call.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
setCallingConv(CallingConv::ID CC);

Parameters

NameDescription
CCCalling convention to store on the instruction.