Searched refs:ModuleCache (Results 1 – 5 of 5) sorted by relevance
1 // RUN: rm -rf %t/ModuleCache8 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul…9 // RUN: cp %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved15 …s/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-modul…16 // RUN: diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved20 …-module-maps -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-modul…21 // RUN: not diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved26 // RUN: cp %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved27 …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 …]
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-…
2 // CHECK-SET: -fmodules-cache-path={{.*}}org.llvm.clang.asdf{{[/\\]+}}ModuleCache5 // CHECK-DEFAULT: -fmodules-cache-path={{.*}}org.llvm.clang.{{[A-Za-z0-9_]*[/\\]+}}ModuleCache
101 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
1713 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()1714 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()1757 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()