LLVM  8.0.1
Public Member Functions | List of all members
llvm::sys::ThreadLocalImpl Class Reference

#include "llvm/Support/ThreadLocal.h"

Inheritance diagram for llvm::sys::ThreadLocalImpl:
Inheritance graph
[legend]
Collaboration diagram for llvm::sys::ThreadLocalImpl:
Collaboration graph
[legend]

Public Member Functions

 ThreadLocalImpl ()
 
virtual ~ThreadLocalImpl ()
 
void setInstance (const void *d)
 
void * getInstance ()
 
void removeInstance ()
 

Detailed Description

Definition at line 25 of file ThreadLocal.h.

Constructor & Destructor Documentation

◆ ThreadLocalImpl()

llvm::sys::ThreadLocalImpl::ThreadLocalImpl ( )

◆ ~ThreadLocalImpl()

virtual llvm::sys::ThreadLocalImpl::~ThreadLocalImpl ( )
virtual

Member Function Documentation

◆ getInstance()

void* llvm::sys::ThreadLocalImpl::getInstance ( )

◆ removeInstance()

void llvm::sys::ThreadLocalImpl::removeInstance ( )

◆ setInstance()

void llvm::sys::ThreadLocalImpl::setInstance ( const void *  d)

Member Data Documentation

◆ align_data

ThreadLocalDataTy llvm::sys::ThreadLocalImpl::align_data

Definition at line 33 of file ThreadLocal.h.

◆ data

char llvm::sys::ThreadLocalImpl::data[sizeof(ThreadLocalDataTy)]

Definition at line 32 of file ThreadLocal.h.


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