Searched refs:EntryStorage (Results 1 – 2 of 2) sorted by relevance
133 new (EntryStorage.Allocate()) CachedFileSystemEntry(std::move(Stat)); in getOrEmplaceEntryForFilename()148 Insertion.first->second = new (EntryStorage.Allocate()) in getOrEmplaceEntryForUID()
166 llvm::SpecificBumpPtrAllocator<CachedFileSystemEntry> EntryStorage; member