LLVM 22.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 117 of file RuntimeDyld.h.
uint8_t* llvm::RuntimeDyld::MemoryManager::TLSSection::InitializationImage |
The pointer to the initialization image.
Definition at line 119 of file RuntimeDyld.h.
intptr_t llvm::RuntimeDyld::MemoryManager::TLSSection::Offset |
The TLS offset.
Definition at line 121 of file RuntimeDyld.h.