reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/RecyclingAllocator.h
   37   ~RecyclingAllocator() { Base.clear(Allocator); }
   43   SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
   45   T *Allocate() { return Base.Allocate(Allocator); }
   51   void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
   55     Base.PrintStats();