Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h136 using NodeAllocatorType = NodeArray::AllocatorType; member
142 alignas(NodeAllocatorType) std::byte
143 NodeAllocatorStorage[sizeof(NodeAllocatorType)];
151 NodeAllocatorType *NodeAllocator = nullptr;
169 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()
171 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
190 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()
192 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
211 sizeof(NodeAllocatorType)); in Allocators()
222 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h266 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,
271 NodeAllocatorType NodeAllocator;