llvm::CallBase::setCalledFunction

setCalledFunction overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Sets the function called, including updating the function type.

void
setCalledFunction(FunctionCallee Fn);
» more...

Sets the function called, including updating the function type.

void
setCalledFunction(Function* Fn);
» more...

Sets the function called, including updating to the specified function type.

void
setCalledFunction(
    FunctionType* FTy,
    Value* Fn);
» more...