Home
last modified time | relevance | path

Searched refs:StackEntries (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp63 size_t StackEntries = 0; member
143 TLD.StackEntries = 0; in getThreadLocalData()
151 TLD.StackEntries = 0; in getThreadLocalData()
179 if (TLD.StackEntries++ >= TLD.StackSize) in InMemoryRawLog()
190 (sizeof(StackEntry) * (TLD.StackEntries - 1)); in InMemoryRawLog()
196 if (TLD.StackEntries == 0) in InMemoryRawLog()
199 if (--TLD.StackEntries >= TLD.StackSize) in InMemoryRawLog()
214 (sizeof(StackEntry) * TLD.StackEntries); in InMemoryRawLog()
250 TLD.StackEntries = 0; in InMemoryRawLog()
273 TLD.StackEntries = 0; in InMemoryRawLogWithArg()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst455 /// The head of the singly-linked list of StackEntries. Functions push