Home
last modified time | relevance | path

Searched refs:ModuleCache (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Modules/
Dvalidate-system-headers.m1 // 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 …]
Dserialized-diags.m11 // 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/clang/test/Driver/
Dmodules-cache-path.m2 // 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/clang/lib/CodeGen/
DCGDebugInfo.h101 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
DCGDebugInfo.cpp1713 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()
1714 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()
1757 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()