Searched refs:BumpAlloc (Results 1 – 9 of 9) sorted by relevance
312 llvm::BumpPtrAllocator BumpAlloc; variable404 return BumpAlloc.Allocate(Size, Align);
513 return BumpAlloc.getTotalMemory() in getTotalMemory()
706 mutable llvm::BumpPtrAllocator BumpAlloc; variable803 return BumpAlloc; in getAllocator()807 return BumpAlloc.Allocate(Size, Align);841 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
677 BumpAlloc.PrintStats(); in PrintStats()
3420 Result = BumpAlloc.Allocate<SpecialMemberOverloadResultEntry>(); in LookupSpecialMember()
3416 ObjCMethodList *Mem = SemaRef.BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
6343 LocInfoType *LocT = (LocInfoType *)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
350 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()954 Comments(SM), CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()1074 BumpAlloc.PrintStats(); in PrintStats()3194 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8); in CreateTypeSourceInfo()
1216 llvm::BumpPtrAllocator BumpAlloc; variable