struct Profile::TrieNode
Declaration
struct Profile::TrieNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/XRay/Profile.h:117
Member Variables
- public llvm::xray::Profile::FuncID Func = 0
- public std::vector<TrieNode*> Callees = {}
- public llvm::xray::Profile::TrieNode* Caller = nullptr
- public llvm::xray::Profile::PathID ID = 0