Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp281 static std::size_t GetValueForStack(const StackTrieNode *Node);
287 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack() function
298 GetValueForStack<AggregationType::INVOCATION_COUNT>(const StackTrieNode *Node) { in GetValueForStack() function
307 std::size_t GetValueForStack(const StackTrieNode *Node) { in GetValueForStack() function
580 OS << " " << GetValueForStack<AggType>(Node) << "\n"; in printSingleStack()