Home
last modified time | relevance | path

Searched refs:ModuleCache (Results 1 – 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dmodule-warnings.test17 # -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/test/tools/dsymutil/X86/
Dmodule-warnings.test17 # -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/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.h94 llvm::DenseMap<const Module *, llvm::TrackingMDRef> ModuleCache; variable
DCGDebugInfo.cpp1836 auto ModRef = ModuleCache.find(M); in getOrCreateModuleRef()
1837 if (ModRef != ModuleCache.end()) in getOrCreateModuleRef()
1883 ModuleCache[M].reset(DIMod); in getOrCreateModuleRef()