LLVM 20.0.0git
|
An allocated TLS section. More...
#include "llvm/ExecutionEngine/RuntimeDyld.h"
Public Attributes | |
uint8_t * | InitializationImage |
The pointer to the initialization image. | |
intptr_t | Offset |
The TLS offset. | |
An allocated TLS section.
Definition at line 116 of file RuntimeDyld.h.
uint8_t* llvm::RuntimeDyld::MemoryManager::TLSSection::InitializationImage |
The pointer to the initialization image.
Definition at line 118 of file RuntimeDyld.h.
intptr_t llvm::RuntimeDyld::MemoryManager::TLSSection::Offset |
The TLS offset.
Definition at line 120 of file RuntimeDyld.h.