Searched refs:isPCMFinal (Results 1 – 5 of 5) sorted by relevance
28 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST()45 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST()63 EXPECT_TRUE(Cache.isPCMFinal("B")); in TEST()86 EXPECT_FALSE(Cache.isPCMFinal("B")); in TEST()98 EXPECT_TRUE(Cache.isPCMFinal("B")); in TEST()116 EXPECT_TRUE(Cache.isPCMFinal("B")); in TEST()
97 bool isPCMFinal(llvm::StringRef Filename) const;
51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() function in InMemoryModuleCache
2893 getModuleManager().getModuleCache().isPCMFinal(F.FileName); in ReadControlBlock()4730 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()5982 !getModuleManager().getModuleCache().isPCMFinal(ModuleFileName); in canRecoverFromOutOfDate()
1138 if (ImportingInstance.getModuleCache().isPCMFinal(ModuleFileName)) {