Searched refs:RawAlloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp85 BumpPtrAllocator RawAlloc; member in class:__anon3793::FoldingNodeAllocator
99 return {new (RawAlloc.Allocate(sizeof(T), alignof(T)))
117 RawAlloc.Allocate(sizeof(NodeHeader) + sizeof(T), alignof(NodeHeader));
130 return RawAlloc.Allocate(sizeof(Node *) * sz, alignof(Node *));

Completed in 86 milliseconds