Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/XRay/
H A DProfile.h90 : Blocks(std::move(O.Blocks)), NodeStorage(std::move(O.NodeStorage)), in Profile()
96 NodeStorage = std::move(O.NodeStorage);
109 swap(L.NodeStorage, R.NodeStorage); in swap()
129 std::list<TrieNode> NodeStorage; variable
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DProfile.cpp159 NodeStorage.emplace_back(); in internPath()
160 Node = &NodeStorage.back(); in internPath()
174 NodeStorage.emplace_back(); in internPath()
175 auto NewNode = &NodeStorage.back(); in internPath()