Lines Matching refs:StackEntry
47 struct alignas(16) StackEntry { struct
55 static_assert(sizeof(StackEntry) == 16, "Wrong size for StackEntry");
147 TLD.ShadowStack = reinterpret_cast<StackEntry *>( in getThreadLocalData()
148 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr, in getThreadLocalData()
149 alignof(StackEntry))); in getThreadLocalData()
184 StackEntry E; in InMemoryRawLog()
190 (sizeof(StackEntry) * (TLD.StackEntries - 1)); in InMemoryRawLog()
191 internal_memcpy(StackEntryPtr, &E, sizeof(StackEntry)); in InMemoryRawLog()
212 StackEntry StackTop; in InMemoryRawLog()
214 (sizeof(StackEntry) * TLD.StackEntries); in InMemoryRawLog()
215 internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry)); in InMemoryRawLog()