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

/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h28 // SpecificAlloc<> instances.
36 template <class T> struct SpecificAlloc : public SpecificAllocBase { struct in namespace:lld
38 return new (storage) SpecificAlloc<T>();
46 template <class T> int SpecificAlloc<T>::tag = 0;
53 &SpecificAlloc<T>::tag, sizeof(SpecificAlloc<T>),
54 alignof(SpecificAlloc<T>), SpecificAlloc<T>::create);
55 return ((SpecificAlloc<T> *)instance)->alloc;
68 thread_local SpecificAlloc<
[all...]

Completed in 109 milliseconds