Searched refs:UsedTLSStorage (Results 1 – 1 of 1) sorted by relevance
289 unsigned UsedTLSStorage = 0; member in TrivialMemoryManager364 if (Size + UsedTLSStorage > sizeof(LLVMRTDyldTLSSpace)) { in allocateTLSSection()379 reinterpret_cast<uint8_t *>(LLVMRTDyldTLSSpace + UsedTLSStorage); in allocateTLSSection()380 Section.Offset = TLSOffset + UsedTLSStorage; in allocateTLSSection()382 UsedTLSStorage += Size; in allocateTLSSection()