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