Searched refs:FilesAlloc (Results 1 – 2 of 2) sorted by relevance
275 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getFileRef()475 RealFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()484 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()515 FileEntry *BFE = new (FilesAlloc.Allocate()) FileEntry(); in getBypassFile()
56 llvm::SpecificBumpPtrAllocator<FileEntry> FilesAlloc; variable