Lines Matching defs:MSS

99   MemoryShardStorage MSS(Storage, CacheHits);
101 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
146 MemoryShardStorage MSS(Storage, CacheHits);
152 FS, CDB, [&](llvm::StringRef) { return &MSS; }, std::move(Opts));
191 MemoryShardStorage MSS(Storage, CacheHits);
195 FS, CDB, [&](llvm::StringRef) { return &MSS; }, Opts);
246 MemoryShardStorage MSS(Storage, CacheHits);
250 FS, CDB, [&](llvm::StringRef) { return &MSS; }, Opts);
280 MemoryShardStorage MSS(Storage, CacheHits);
289 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
299 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
307 auto ShardHeader = MSS.loadShard(testPath("root/A.h"));
317 auto ShardSource = MSS.loadShard(testPath("root/A.cc"));
350 MemoryShardStorage MSS(Storage, CacheHits);
358 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
364 auto ShardSource = MSS.loadShard(testPath("root/A.cc"));
375 auto ShardHeader = MSS.loadShard(testPath("root/A.h"));
399 MemoryShardStorage MSS(Storage, CacheHits);
408 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
423 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
431 auto ShardHeader = MSS.loadShard(testPath("root/A.h"));
441 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
449 ShardHeader = MSS.loadShard(testPath("root/A.h"));
452 auto ShardSource = MSS.loadShard(testPath("root/A.cc"));
473 MemoryShardStorage MSS(Storage, CacheHits);
482 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
490 auto ShardHeader = MSS.loadShard(testPath("root/B.h"));
498 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
514 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
520 ShardHeader = MSS.loadShard(testPath("root/B.h"));
530 MemoryShardStorage MSS(Storage, CacheHits);
532 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
551 for (llvm::StringRef AbsPath : MSS.AccessedPaths.keys()) {
561 MemoryShardStorage MSS(Storage, CacheHits);
563 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
588 auto Shard = MSS.loadShard(testPath("A.cc"));
597 auto Shard = MSS.loadShard(testPath("A.h"));
605 auto Shard = MSS.loadShard(testPath("B.h"));
613 auto Shard = MSS.loadShard(testPath("C.h"));
625 MemoryShardStorage MSS(Storage, CacheHits);
627 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },
642 EXPECT_FALSE(MSS.loadShard(testPath("A.h"))->Cmd);
644 tooling::CompileCommand CmdStored = *MSS.loadShard(testPath("A.cc"))->Cmd;
653 MemoryShardStorage MSS(Storage, CacheHits);
655 BackgroundIndex Idx(FS, CDB, [&](llvm::StringRef) { return &MSS; },