reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
188 static_cast<StringMapEntry*>(Allocator.Allocate(AllocSize,Alignment));
include/llvm/Support/Allocator.h56 &DerivedT::Allocate), 60 return static_cast<DerivedT *>(this)->Allocate(Size, Alignment); 244 void *NewSlab = Allocator.Allocate(PaddedSize, 0); 405 void *NewSlab = Allocator.Allocate(AllocatedSlabSize, 0);