LLVMModuleCreateWithNameInContext

Create a new, empty module in a specific context.

Every invocation should be paired with LLVMDisposeModule() or memory will be leaked.

extern (C) nothrow
LLVMModuleRef
LLVMModuleCreateWithNameInContext
(
const(char)* ModuleID
,
LLVMContextRef C
)

Meta