Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-stacks.cpp285 static std::size_t GetValueForStack(const StackTrieNode *Node);
291 GetValueForStack<AggregationType::TOTAL_TIME>(const StackTrieNode *Node) { in GetValueForStack() function
302 GetValueForStack<AggregationType::INVOCATION_COUNT>(const StackTrieNode *Node) { in GetValueForStack() function
311 std::size_t GetValueForStack(const StackTrieNode *Node) { in GetValueForStack() function
598 OS << " " << GetValueForStack<AggType>(Node) << "\n"; in printSingleStack()