pub unsafe extern "C" fn LLVMSetTailCallKind(
CallInst: LLVMValueRef,
kind: LLVMTailCallKind,
)Expand description
Set the call kind of the call instruction.
@see llvm::CallInst::getTailCallKind()
pub unsafe extern "C" fn LLVMSetTailCallKind(
CallInst: LLVMValueRef,
kind: LLVMTailCallKind,
)Set the call kind of the call instruction.
@see llvm::CallInst::getTailCallKind()