LLVMAddFunction

Add a function to a module under a specified name.

@see llvm::Function::Create()

extern (C) nothrow
LLVMValueRef
LLVMAddFunction
(
LLVMModuleRef M
,
const(char)* Name
,
LLVMTypeRef FunctionTy
)

Meta