/external/llvm-project/clang/unittests/Serialization/ |
D | InMemoryModuleCacheTest.cpp | 26 InMemoryModuleCache Cache; in TEST() 27 EXPECT_EQ(InMemoryModuleCache::Unknown, Cache.getPCMState("B")); in TEST() 41 InMemoryModuleCache Cache; in TEST() 43 EXPECT_EQ(InMemoryModuleCache::Tentative, Cache.getPCMState("B")); in TEST() 59 InMemoryModuleCache Cache; in TEST() 61 EXPECT_EQ(InMemoryModuleCache::Final, Cache.getPCMState("B")); in TEST() 80 InMemoryModuleCache Cache; in TEST() 81 EXPECT_EQ(InMemoryModuleCache::Unknown, Cache.getPCMState("B")); in TEST() 85 EXPECT_EQ(InMemoryModuleCache::ToBuild, Cache.getPCMState("B")); in TEST() 109 InMemoryModuleCache Cache; in TEST() [all …]
|
/external/llvm-project/clang/lib/Serialization/ |
D | InMemoryModuleCache.cpp | 14 InMemoryModuleCache::State 15 InMemoryModuleCache::getPCMState(llvm::StringRef Filename) const { in getPCMState() 25 InMemoryModuleCache::addPCM(llvm::StringRef Filename, in addPCM() 33 InMemoryModuleCache::addBuiltPCM(llvm::StringRef Filename, in addBuiltPCM() 44 InMemoryModuleCache::lookupPCM(llvm::StringRef Filename) const { in lookupPCM() 51 bool InMemoryModuleCache::isPCMFinal(llvm::StringRef Filename) const { in isPCMFinal() 55 bool InMemoryModuleCache::shouldBuildPCM(llvm::StringRef Filename) const { in shouldBuildPCM() 59 bool InMemoryModuleCache::tryToDropPCM(llvm::StringRef Filename) { in tryToDropPCM() 73 void InMemoryModuleCache::finalizePCM(llvm::StringRef Filename) { in finalizePCM()
|
D | CMakeLists.txt | 18 InMemoryModuleCache.cpp
|
D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
|
D | ModuleManager.cpp | 349 InMemoryModuleCache &ModuleCache, in ModuleManager()
|
D | ASTWriter.cpp | 4343 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
D | ASTReader.cpp | 11754 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ModuleManager.h | 41 class InMemoryModuleCache; variable 70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 142 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
D | InMemoryModuleCache.h | 30 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
|
D | ASTWriter.h | 74 class InMemoryModuleCache; variable 128 InMemoryModuleCache &ModuleCache; 553 InMemoryModuleCache &ModuleCache, 774 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
D | ASTReader.h | 87 class InMemoryModuleCache; variable 1495 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 47 class InMemoryModuleCache; variable 92 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 191 InMemoryModuleCache *SharedModuleCache = nullptr); 673 InMemoryModuleCache &ModuleCache, ASTContext &Context, 828 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
D | ASTUnit.h | 74 class InMemoryModuleCache; variable 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
|
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Serialization/ |
D | BUILD.gn | 26 "InMemoryModuleCache.cpp",
|
/external/llvm-project/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 288 EXPECT_EQ(InMemoryModuleCache::Final, in TEST() 291 EXPECT_EQ(InMemoryModuleCache::Unknown, in TEST()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData() 786 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile() 1508 AST->ModuleCache = new InMemoryModuleCache; in create() 1791 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine() 2349 InMemoryModuleCache ModuleCache; in serialize()
|
D | CompilerInstance.cpp | 60 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() 64 : new InMemoryModuleCache), in CompilerInstance() 521 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
D | PrecompiledPreamble.cpp | 233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|