pub unsafe extern "C" fn LLVMGetCalledValue(
Instr: LLVMValueRef,
) -> LLVMValueRef
Expand description
Get a pointer to the function invoked by this instruction.
The provided value should be a CallInst or InvokeInst.
pub unsafe extern "C" fn LLVMGetCalledValue(
Instr: LLVMValueRef,
) -> LLVMValueRef
Get a pointer to the function invoked by this instruction.
The provided value should be a CallInst or InvokeInst.