LLVMAddGlobal

@defgroup LLVMCoreValueConstantGlobalVariable Global Variables

This group contains functions that operate on global variable values.

@see llvm::GlobalVariable

@{

extern (C) nothrow
LLVMValueRef
LLVMAddGlobal
(
LLVMModuleRef M
,
LLVMTypeRef Ty
,
const(char)* Name
)

Meta