Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h129 using RootArray = Array<Node *>; variable
137 using RootAllocatorType = RootArray::AllocatorType;
323 RootArray Roots;
465 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots()