LLVMAddGlobal

Function LLVMAddGlobal 

Source
pub unsafe extern "C" fn LLVMAddGlobal(
    M: LLVMModuleRef,
    Ty: LLVMTypeRef,
    Name: *const c_char,
) -> LLVMValueRef
Expand description

@defgroup LLVMCoreValueConstantGlobalVariable Global Variables

This group contains functions that operate on global variable values.

@see llvm::GlobalVariable

@{