Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h136 using NodeAllocatorType = NodeArray::AllocatorType; member
142 typename std::aligned_storage<sizeof(NodeAllocatorType),
143 alignof(NodeAllocatorType)>::type
155 NodeAllocatorType *NodeAllocator = nullptr;
173 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()
175 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
194 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()
215 sizeof(NodeAllocatorType)); in Allocators()
244 NodeAllocator->~NodeAllocatorType();
247 NodeAllocatorType(std::move(*O.NodeAllocator));
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h251 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,
256 NodeAllocatorType NodeAllocator;