LLVM 22.0.0git
llvm::RuntimeDyld::MemoryManager::TLSSection Struct Reference

An allocated TLS section. More...

#include "llvm/ExecutionEngine/RuntimeDyld.h"

Public Attributes

uint8_tInitializationImage
 The pointer to the initialization image.
intptr_t Offset
 The TLS offset.

Detailed Description

An allocated TLS section.

Definition at line 117 of file RuntimeDyld.h.

Member Data Documentation

◆ 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 TLS offset.

Definition at line 121 of file RuntimeDyld.h.


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