/external/llvm-project/clang/test/Modules/ |
D | validate-system-headers.m | 1 // RUN: rm -rf %t/ModuleCache 8 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 9 // RUN: cp %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 15 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 16 // RUN: diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 20 …-module-maps -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 21 // RUN: not diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 26 // RUN: cp %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 27 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 28 // RUN: diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved [all …]
|
D | serialized-diags.m | 11 // RUN: %clang -fmodules -fmodules-cache-path=%t/ModuleCache -I %S/Inputs/ModuleDiags -fsyntax-only… 21 // RUN: not %clang -fmodules -fmodules-cache-path=%t/ModuleCache -I %S/Inputs/ModuleDiags -fsyntax-…
|
D | outofdate-rebuild.m | 14 // entry from the ModuleCache without notifying its parent ASTReader.
|
/external/clang/test/Modules/ |
D | validate-system-headers.m | 1 // RUN: rm -rf %t/ModuleCache 8 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 9 // RUN: cp %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 15 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 16 // RUN: diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 20 …-module-maps -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 21 // RUN: not diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 26 // RUN: cp %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved 27 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul… 28 // RUN: diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved [all …]
|
D | serialized-diags.m | 11 // RUN: %clang -fmodules -fmodules-cache-path=%t/ModuleCache -I %S/Inputs/ModuleDiags -fsyntax-only… 21 // RUN: not %clang -fmodules -fmodules-cache-path=%t/ModuleCache -I %S/Inputs/ModuleDiags -fsyntax-…
|
/external/llvm/test/tools/dsymutil/X86/ |
D | module-warnings.test | 17 # -fmodules-cache-path=ModuleCache \ 22 # RUN: rm -rf %t.dir && mkdir %t.dir && mkdir %t.dir/ModuleCache 24 # RUN: cp %p/../Inputs/module-warnings/Foo.pcm %t.dir/ModuleCache 39 # RUN: rm -rf %t.dir/ModuleCache
|
/external/llvm-project/llvm/test/tools/dsymutil/X86/ |
D | module-warnings.test | 17 # -fmodules-cache-path=ModuleCache \ 22 # RUN: rm -rf %t.dir && mkdir %t.dir && mkdir %t.dir/ModuleCache 24 # RUN: cp %p/../Inputs/module-warnings/Foo.pcm %t.dir/ModuleCache 39 # RUN: rm -rf %t.dir/ModuleCache
|
D | object-prefix-path.test | 7 RUN: -object-prefix-map=/ModuleCache=/ModuleCacheRenamed \
|
/external/clang/test/Driver/ |
D | modules-cache-path.m | 2 // CHECK-SET: -fmodules-cache-path={{.*}}org.llvm.clang.asdf{{[/\\]+}}ModuleCache 5 // CHECK-DEFAULT: -fmodules-cache-path={{.*}}org.llvm.clang.{{[A-Za-z0-9_]*[/\\]+}}ModuleCache
|
/external/llvm-project/clang/lib/Serialization/ |
D | GeneratePCH.cpp | 24 const Preprocessor &PP, InMemoryModuleCache &ModuleCache, in PCHGenerator() argument 31 Writer(Stream, this->Buffer->Data, ModuleCache, Extensions, in PCHGenerator()
|
D | ModuleManager.cpp | 189 NewModule->Buffer = &ModuleCache->addBuiltPCM(FileName, std::move(Buffer)); in addModule() 349 InMemoryModuleCache &ModuleCache, in ModuleManager() argument 352 : FileMgr(FileMgr), ModuleCache(&ModuleCache), in ModuleManager()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ModuleManager.h | 70 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable 142 explicit ModuleManager(FileManager &FileMgr, InMemoryModuleCache &ModuleCache, 316 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
D | ASTWriter.h | 128 InMemoryModuleCache &ModuleCache; variable 553 InMemoryModuleCache &ModuleCache, 774 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
|
/external/llvm-project/clang/test/Driver/ |
D | modules-cache-path.m | 2 // CHECK-DEFAULT: -fmodules-cache-path={{.*}}clang{{[/\\]+}}ModuleCache
|
/external/llvm-project/lldb/source/Target/ |
D | ModuleCache.cpp | 190 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() 214 Status ModuleCache::Get(const FileSpec &root_dir_spec, const char *hostname, in Get() 268 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut()
|
D | CMakeLists.txt | 22 ModuleCache.cpp
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ModuleCache.h | 47 class ModuleCache {
|
D | Platform.h | 39 class ModuleCache; variable 907 const std::unique_ptr<ModuleCache> m_module_cache;
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 92 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable 673 InMemoryModuleCache &ModuleCache, ASTContext &Context, 828 InMemoryModuleCache &getModuleCache() const { return *ModuleCache; } in getModuleCache()
|
D | ASTUnit.h | 113 IntrusiveRefCntPtr<InMemoryModuleCache> ModuleCache; variable
|
/external/llvm-project/lldb/unittests/Target/ |
D | ModuleCacheTest.cpp | 86 ModuleCache mc; in TryGetAndPut()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 223 ASTWriterData(InMemoryModuleCache &ModuleCache) in ASTWriterData() 224 : Stream(Buffer), Writer(Stream, Buffer, ModuleCache, {}) {} in ASTWriterData() 786 AST->ModuleCache = new InMemoryModuleCache; in LoadFromASTFile() 820 PP, *AST->ModuleCache, AST->Ctx.get(), PCHContainerRdr, {}, in LoadFromASTFile() 1508 AST->ModuleCache = new InMemoryModuleCache; in create() 1791 AST->ModuleCache = new InMemoryModuleCache; in LoadFromCommandLine() 1802 AST->WriterData.reset(new ASTWriterData(*AST->ModuleCache)); in LoadFromCommandLine() 2349 InMemoryModuleCache ModuleCache; in serialize() local 2350 ASTWriter Writer(Stream, Buffer, ModuleCache, {}); in serialize()
|
D | PrecompiledPreamble.cpp | 233 InMemoryModuleCache &ModuleCache, in PrecompilePreambleConsumer() argument 236 : PCHGenerator(PP, ModuleCache, "", isysroot, in PrecompilePreambleConsumer()
|
D | CompilerInstance.cpp | 63 ModuleCache(SharedModuleCache ? SharedModuleCache in CompilerInstance() 146 assert(ModuleCache.get() == &Reader->getModuleManager().getModuleCache() && in setASTReader() 521 InMemoryModuleCache &ModuleCache, ASTContext &Context, in createPCHExternalASTSource() argument 530 PP, ModuleCache, &Context, PCHContainerRdr, Extensions, in createPCHExternalASTSource()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 94 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
|