LLVM 19.0.0git
Public Attributes | List of all members
llvm::RuntimeDyld::MemoryManager::TLSSection Struct Reference

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.
 

Detailed Description

An allocated TLS section.

Definition at line 116 of file RuntimeDyld.h.

Member Data Documentation

◆ InitializationImage

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

The pointer to the initialization image.

Definition at line 118 of file RuntimeDyld.h.

◆ Offset

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

The TLS offset.

Definition at line 120 of file RuntimeDyld.h.


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