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

Definition at line 53 of file ThreadLocal.cpp.

References data.

Definition at line 61 of file ThreadLocal.cpp.

References data.


Member Function Documentation

Definition at line 75 of file ThreadLocal.cpp.

References data.

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

Definition at line 80 of file ThreadLocal.cpp.

References setInstance().

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

Definition at line 68 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(), setInstance(), ThreadLocalImpl(), and ~ThreadLocalImpl().


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