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

#include <ThreadLocal.h>

Inheritance diagram for llvm::sys::ThreadLocalImpl:
[legend]
Collaboration diagram for llvm::sys::ThreadLocalImpl:
[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

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

Member Function Documentation

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

Member Data Documentation

ThreadLocalDataTy llvm::sys::ThreadLocalImpl::align_data

Definition at line 33 of file ThreadLocal.h.

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: