14 #ifndef LLVM_SUPPORT_THREADLOCAL_H 15 #define LLVM_SUPPORT_THREADLOCAL_H 26 typedef uint64_t ThreadLocalDataTy;
32 char data[
sizeof(ThreadLocalDataTy)];
This class represents lattice values for constants.
char data[sizeof(ThreadLocalDataTy)]
ThreadLocal - A class used to abstract thread-local storage.
virtual ~ThreadLocalImpl()
void setInstance(const void *d)
ThreadLocalDataTy align_data