LLVMDeleteFunction

Remove a function from its containing module and deletes it.

@see llvm::Function::eraseFromParent()

extern (C) nothrow
void
LLVMDeleteFunction
(
LLVMValueRef Fn
)

Meta