Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h130 using RootArray = Array<Node *>; variable
138 using RootAllocatorType = RootArray::AllocatorType;
324 RootArray Roots;
466 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots()