LLVM API Documentation

Modules | Functions
Global Values
Constants
Collaboration diagram for Global Values:

Modules

 Values with alignment

Functions

LLVMModuleRef LLVMGetGlobalParent (LLVMValueRef Global)
LLVMBool LLVMIsDeclaration (LLVMValueRef Global)
LLVMLinkage LLVMGetLinkage (LLVMValueRef Global)
void LLVMSetLinkage (LLVMValueRef Global, LLVMLinkage Linkage)
const char * LLVMGetSection (LLVMValueRef Global)
void LLVMSetSection (LLVMValueRef Global, const char *Section)
LLVMVisibility LLVMGetVisibility (LLVMValueRef Global)
void LLVMSetVisibility (LLVMValueRef Global, LLVMVisibility Viz)
LLVMDLLStorageClass LLVMGetDLLStorageClass (LLVMValueRef Global)
void LLVMSetDLLStorageClass (LLVMValueRef Global, LLVMDLLStorageClass Class)
LLVMBool LLVMHasUnnamedAddr (LLVMValueRef Global)
void LLVMSetUnnamedAddr (LLVMValueRef Global, LLVMBool HasUnnamedAddr)
unsigned LLVMGetAlignment (LLVMValueRef V)
void LLVMSetAlignment (LLVMValueRef V, unsigned Bytes)

Detailed Description

This group contains functions that operate on global values. Functions in this group relate to functions in the llvm::GlobalValue class tree.

See also:
llvm::GlobalValue

Function Documentation

Obtain the preferred alignment of the value.

See also:
llvm::AllocaInst::getAlignment()
llvm::LoadInst::getAlignment()
llvm::StoreInst::getAlignment()
llvm::GlobalValue::getAlignment()

Definition at line 1357 of file Core.cpp.

References LI, llvm_unreachable, and P.

Definition at line 1337 of file Core.cpp.

Definition at line 1220 of file Core.cpp.

References getParent(), and llvm::wrap().

const char* LLVMGetSection ( LLVMValueRef  Global)

Definition at line 1319 of file Core.cpp.

Definition at line 1327 of file Core.cpp.

Definition at line 1347 of file Core.cpp.

Definition at line 1224 of file Core.cpp.

References isDeclaration().

void LLVMSetAlignment ( LLVMValueRef  V,
unsigned  Bytes 
)

Set the preferred alignment of the value.

See also:
llvm::AllocaInst::setAlignment()
llvm::LoadInst::setAlignment()
llvm::StoreInst::setAlignment()
llvm::GlobalValue::setAlignment()

Definition at line 1372 of file Core.cpp.

References LI, llvm_unreachable, and P.

Definition at line 1342 of file Core.cpp.

void LLVMSetLinkage ( LLVMValueRef  Global,
LLVMLinkage  Linkage 
)
void LLVMSetSection ( LLVMValueRef  Global,
const char *  Section 
)

Definition at line 1323 of file Core.cpp.

void LLVMSetUnnamedAddr ( LLVMValueRef  Global,
LLVMBool  HasUnnamedAddr 
)

Definition at line 1351 of file Core.cpp.

void LLVMSetVisibility ( LLVMValueRef  Global,
LLVMVisibility  Viz 
)

Definition at line 1332 of file Core.cpp.