Searched refs:isPCMFinal (Results 1 – 4 of 4) 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
4662 if (getModuleManager().getModuleCache().isPCMFinal(F.FileName)) { in readUnhashedControlBlock()