Enums§
- Thread
Local Mode - Represents the thread-local storage (TLS) model for a global variable in LLVM.
Functions§
- add_
global - Adds a new global variable of the specified type to the module.
- add_
global_ in_ address_ space - Adds a new global variable of the specified type to the module in a specific address space.
- delete_
global - Deletes the specified global variable.
- get_
first_ global - Retrieves the first global variable defined in the module.
- get_
initializer - Get the initializer for a global variable.
- get_
last_ global - Retrieves the last global variable defined in the module.
- get_
named_ global - Retrieves a global variable by its name from the module.
- get_
next_ global - Retrieves the next global variable following the current one in the module.
- get_
previous_ global - Retrieves the previous global variable preceding the current one in the module.
- get_
thread_ local_ mode - Retrieves the thread-local storage (TLS) mode of the global variable.
- is_
externally_ initialized - Determines if the global variable is externally initialized.
- is_
global_ constant - Determines if the global variable is a constant.
- is_
thread_ local - Determines if the global variable is thread-local.
- set_
externally_ initialized - Sets whether the global variable is externally initialized.
- set_
global_ constant - Sets whether the global variable is a constant.
- set_
initializer - Sets the initializer for a global variable.
- set_
thread_ local - Sets whether the global variable is thread-local.
- set_
thread_ local_ mode - Sets the thread-local storage (TLS) mode for the global variable.