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
LLVMModuleCreateWithNameInContext
(
const(char)* ModuleID
,)

Meta