LLVM: llvm::RuntimeDyld::MemoryManager::TLSSection Struct Reference (original) (raw)

An allocated TLS section. More...

#include "[llvm/ExecutionEngine/RuntimeDyld.h](RuntimeDyld%5F8h%5Fsource.html)"

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.

InitializationImage

uint8_t* llvm::RuntimeDyld::MemoryManager::TLSSection::InitializationImage

The pointer to the initialization image.

Definition at line 119 of file RuntimeDyld.h.

Offset

intptr_t llvm::RuntimeDyld::MemoryManager::TLSSection::Offset


The documentation for this struct was generated from the following file: