Searched refs:BumpAlloc (Results 1 – 9 of 9) sorted by relevance
294 llvm::BumpPtrAllocator BumpAlloc; variable371 return BumpAlloc.Allocate(Size, Align);
391 mutable llvm::BumpPtrAllocator BumpAlloc; variable474 return BumpAlloc; in getAllocator()478 return BumpAlloc.Allocate(Size, Align);485 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()600 Comments.addComment(RC, BumpAlloc); in addComment()
486 return BumpAlloc.getTotalMemory() in getTotalMemory()
301 BumpAlloc.PrintStats(); in PrintStats()
2263 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
2384 Result = BumpAlloc.Allocate<SpecialMemberOverloadResult>(); in LookupSpecialMember()
3852 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
751 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()871 BumpAlloc.PrintStats(); in PrintStats()1974 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8); in CreateTypeSourceInfo()
844 llvm::BumpPtrAllocator BumpAlloc; variable