Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h96 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack() function
H A Dxray-graph.h141 const PerThreadFunctionStackMap &getPerThreadFunctionStack() const { in getPerThreadFunctionStack() function
H A Dxray-account.cpp492 for (const auto &ThreadStack : FCA.getPerThreadFunctionStack()) { in __anone10012d70f02()
H A Dxray-graph.cpp468 for (const auto &ThreadStack : GR.getPerThreadFunctionStack()) { in getGraphRenderer()