LLVM API Documentation

Public Member Functions
llvm::sys::ThreadLocalImpl Class Reference

#include <ThreadLocal.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 25 of file ThreadLocal.h.


Constructor & Destructor Documentation

llvm::ThreadLocalImpl::ThreadLocalImpl ( )

Definition at line 26 of file ThreadLocal.cpp.

llvm::ThreadLocalImpl::~ThreadLocalImpl ( ) [virtual]

Definition at line 27 of file ThreadLocal.cpp.


Member Function Documentation

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

Definition at line 33 of file ThreadLocal.cpp.

References data.

Referenced by llvm::sys::ThreadLocal< T >::get().

void llvm::ThreadLocalImpl::removeInstance ( )

Definition at line 37 of file ThreadLocal.cpp.

References setInstance().

Referenced by llvm::sys::ThreadLocal< T >::erase().

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

Definition at line 28 of file ThreadLocal.cpp.

References data.

Referenced by removeInstance(), and llvm::sys::ThreadLocal< T >::set().


Member Data Documentation

Definition at line 33 of file ThreadLocal.h.

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

Definition at line 32 of file ThreadLocal.h.

Referenced by getInstance(), and setInstance().


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