Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-account.h88 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack() function
H A Dxray-graph.h143 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack() function
H A Dxray-account.cpp456 for (const auto &ThreadStack : FCA.getPerThreadFunctionStack()) { in __anon1c2a34480f02()
H A Dxray-graph.cpp454 for (const auto &ThreadStack : GR.getPerThreadFunctionStack()) { in getGraphRenderer()