Searched refs:lookupPCM (Results 1 – 4 of 4) sorted by relevance
44 EXPECT_EQ(RawB, Cache.lookupPCM("B")); in TEST()62 EXPECT_EQ(RawB, Cache.lookupPCM("B")); in TEST()84 EXPECT_EQ(nullptr, Cache.lookupPCM("B")); in TEST()102 EXPECT_EQ(RawB2, Cache.lookupPCM("B")); in TEST()
92 llvm::MemoryBuffer *lookupPCM(llvm::StringRef Filename) const;
44 InMemoryModuleCache::lookupPCM(llvm::StringRef Filename) const { in lookupPCM() function in InMemoryModuleCache
195 getModuleCache().lookupPCM(FileName)) { in addModule()