ΒΆvoid LLVMRemoveGlobalIFunc(LLVMValueRef IFunc)
void LLVMRemoveGlobalIFunc(LLVMValueRef IFunc)
Description
Remove a global indirect function from its parent module. This unlinks the global indirect function from its containing module but keeps it alive.
Declared at: llvm/include/llvm-c/Core.h:2724
Parameters
- LLVMValueRef IFunc