Home
last modified time | relevance | path

Searched refs:getPerThreadFunctionStack (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h94 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const {
96 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { getPerThreadFunctionStack() function
H A Dxray-graph.h141 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack() function
H A Dxray-account.cpp494 for (const auto &ThreadStack : FCA.getPerThreadFunctionStack()) { in __anon895715230f02()
H A Dxray-graph.cpp471 for (const auto &ThreadStack : GR.getPerThreadFunctionStack()) { in getGraphRenderer()