struct CallStackTrie::CallStackTrieNode
Declaration
struct CallStackTrie::CallStackTrieNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Analysis/MemoryProfileInfo.h:53
Member Variables
- public uint8_t AllocTypes
- public std::map<uint64_t, CallStackTrieNode*> Callers
Method Overview
- public CallStackTrieNode(llvm::memprof::AllocationType Type)
Methods
ΒΆCallStackTrieNode(
llvm::memprof::AllocationType Type)
CallStackTrieNode(
llvm::memprof::AllocationType Type)
Declared at: llvm/include/llvm/Analysis/MemoryProfileInfo.h:59
Parameters
- llvm::memprof::AllocationType Type