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