InstructionCallValue.calledValue

Obtain the pointer to the function invoked by this instruction.

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

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

TODO maybe the return type should be a pointer instead?

struct InstructionCallValue
calledValue
()

Meta