Searched refs:ModuleCache (Results 1 – 7 of 7) 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-…
17 # -fmodules-cache-path=ModuleCache \22 # RUN: rm -rf %t.dir && mkdir %t.dir && mkdir %t.dir/ModuleCache24 # RUN: cp %p/../Inputs/module-warnings/Foo.pcm %t.dir/ModuleCache39 # RUN: rm -rf %t.dir/ModuleCache
2 // CHECK-SET: -fmodules-cache-path={{.*}}org.llvm.clang.asdf{{[/\\]+}}ModuleCache5 // CHECK-DEFAULT: -fmodules-cache-path={{.*}}org.llvm.clang.{{[A-Za-z0-9_]*[/\\]+}}ModuleCache
94 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
1836 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()1837 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()1883 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()