pub unsafe extern "C" fn LLVMAddGlobal(
M: LLVMModuleRef,
Ty: LLVMTypeRef,
Name: *const c_char,
) -> LLVMValueRefExpand description
@defgroup LLVMCoreValueConstantGlobalVariable Global Variables
This group contains functions that operate on global variable values.
@see llvm::GlobalVariable
@{