/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A 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()
|
H A D | CMakeLists.txt | 19 InMemoryModuleCache.cpp
|
H A D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator()
|
H A D | ModuleManager.cpp | 338 InMemoryModuleCache &ModuleCache, in ModuleManager()
|
H A D | ASTReader.cpp | 5222 const InMemoryModuleCache &ModuleCache, in readASTFileControlBlock() 5496 const InMemoryModuleCache &ModuleCache, in isAcceptableASTFile() 9887 ASTReader::ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in ASTReader()
|
H A D | ASTWriter.cpp | 4504 InMemoryModuleCache &ModuleCache, in ASTWriter()
|
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 41 class InMemoryModuleCache; variable 69 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 137 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 310 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | InMemoryModuleCache.h | 29 class InMemoryModuleCache : public llvm::RefCountedBase<InMemoryModuleCache> {
|
H A D | ASTWriter.h | 64 class InMemoryModuleCache; variable 117 InMemoryModuleCache &ModuleCache; 573 InMemoryModuleCache &ModuleCache, 808 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
H A D | ASTReader.h | 89 class InMemoryModuleCache; variable 1551 ASTReader(Preprocessor &PP, InMemoryModuleCache &ModuleCache, 1757 const InMemoryModuleCache &ModuleCache, 1766 const InMemoryModuleCache &ModuleCache,
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 47 class InMemoryModuleCache; variable 93 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; 187 InMemoryModuleCache *SharedModuleCache = nullptr); 671 InMemoryModuleCache &ModuleCache, ASTContext &Context, 819 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
H A D | ASTUnit.h | 73 class InMemoryModuleCache; variable 112 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache;
|
/openbsd-src/gnu/usr.bin/clang/libclangSerialization/ |
H A D | Makefile | 19 InMemoryModuleCache.cpp \
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Serialization/ |
H A D | BUILD.gn | 27 "InMemoryModuleCache.cpp",
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData() 812 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile() 1523 AST->ModuleCache = new InMemoryModuleCache; in create() 1800 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine() 2352 InMemoryModuleCache ModuleCache; in serialize()
|
H A D | CompilerInstance.cpp | 66 InMemoryModuleCache *SharedModuleCache) in CompilerInstance() 70 : new InMemoryModuleCache), in CompilerInstance() 636 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource()
|
H A D | PrecompiledPreamble.cpp | 282 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer()
|
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 230 clang/include/clang/Serialization/InMemoryModuleCache.h 515 clang/lib/Serialization/InMemoryModuleCache.cpp
|