Home
last modified time | relevance | path

Searched defs:CallStackTrieNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h57 struct CallStackTrieNode { struct
63 std::map<uint64_t, CallStackTrieNode *> Callers; argument
64 CallStackTrieNode(AllocationType Type, uint64_t TotalSize) in CallStackTrieNode() argument