Searched refs:shouldBuildPCM (Results 1 – 4 of 4) sorted by relevance
29 EXPECT_FALSE(Cache.shouldBuildPCM("B")); in TEST()46 EXPECT_FALSE(Cache.shouldBuildPCM("B")); in TEST()64 EXPECT_FALSE(Cache.shouldBuildPCM("B")); in TEST()87 EXPECT_TRUE(Cache.shouldBuildPCM("B")); in TEST()
102 bool shouldBuildPCM(llvm::StringRef Filename) const;
55 bool InMemoryModuleCache::shouldBuildPCM(llvm::StringRef Filename) const { in shouldBuildPCM() function in InMemoryModuleCache
199 } else if (getModuleCache().shouldBuildPCM(FileName)) { in addModule()