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

Methods

ΒΆCallStackTrieNode(
    llvm::memprof::AllocationType Type)

Declared at: llvm/include/llvm/Analysis/MemoryProfileInfo.h:59

Parameters

llvm::memprof::AllocationType Type