Searched refs:ThreadLocalDataTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DThreadLocal.h26 typedef uint64_t ThreadLocalDataTy; typedef in class:llvm::sys::ThreadLocalImpl
32 char data[sizeof(ThreadLocalDataTy)];
33 ThreadLocalDataTy align_data;

Completed in 72 milliseconds