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