OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentStack
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-converter.cpp
224
StackTrieNode *
CurrentStack
= &NodeStore.front();
225
StacksByStackId[*id_counter - 1] =
CurrentStack
;
226
ParentCallees.push_back(
CurrentStack
);
227
return
CurrentStack
;
231
StackTrieNode *
CurrentStack
= &NodeStore.front();
232
for (auto *sibling :
CurrentStack
->ExtraData.siblings)
233
sibling->ExtraData.siblings.push_back(
CurrentStack
);
234
ParentCallees.push_back(
CurrentStack
);
235
return
CurrentStack
;
xray-stacks.cpp
453
SmallVector<const StackTrieNode *, 8>
CurrentStack
;
455
CurrentStack
.push_back(F);
459
for (auto *F : reverse(drop_begin(
CurrentStack
))) {
467
auto *Leaf = *
CurrentStack
.begin();
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c
96
unsigned int
CurrentStack
;
181
threadStack->
CurrentStack
= INIT_TOP_Stack;
191
(threadStack->
CurrentStack
)--;
221
++(threadStack->
CurrentStack
) + 1;
Completed in 27 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026