LLVMDeleteFunction

Function LLVMDeleteFunction 

Source
pub unsafe extern "C" fn LLVMDeleteFunction(Fn: LLVMValueRef)
Expand description

Remove a function from its containing module and deletes it.

@see llvm::Function::eraseFromParent()