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