LLVMGetCalledValue

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()

extern (C) nothrow
LLVMValueRef
LLVMGetCalledValue
(
LLVMValueRef Instr
)

Meta