Home
last modified time | relevance | path

Searched refs:cache_dir (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/bsd/
H A DTestModuleCacheBSD.py24 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
27 self.runCmd('settings set symbols.lldb-index-cache-path "%s"' % (self.cache_dir))
33 module_cache_glob = os.path.join(self.cache_dir, "llvmcache-*%s*symtab*" % (basename))
110 …e sure there are no files in the module cache directory (%s) for libfoo.a(a.o)" % (self.cache_dir))
112 …e sure there are no files in the module cache directory (%s) for libfoo.a(b.o)" % (self.cache_dir))
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/universal/
H A DTestModuleCacheUniversal.py18 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
21 self.runCmd('settings set symbols.lldb-index-cache-path "%s"' % (self.cache_dir))
25 module_file_glob = os.path.join(self.cache_dir, "llvmcache-*%s*" % (basename))
55 …re there are two files in the module cache directory (%s) for %s" % (self.cache_dir, exe_basename))
/llvm-project-15.0.7/lldb/unittests/Target/
H A DModuleCacheTest.cpp34 void TryGetAndPut(const FileSpec &cache_dir, const char *hostname,
72 static void VerifyDiskState(const FileSpec &cache_dir, const char *hostname) { in VerifyDiskState() argument
73 FileSpec uuid_view = GetUuidView(cache_dir); in VerifyDiskState()
78 FileSpec sysroot_view = GetSysrootView(cache_dir, hostname); in VerifyDiskState()
84 void ModuleCacheTest::TryGetAndPut(const FileSpec &cache_dir, in TryGetAndPut() argument
96 cache_dir, hostname, module_spec, in TryGetAndPut()
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A DTestDebugIndexCache.py18 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
21 module_cache_glob = os.path.join(self.cache_dir,
47 self.runCmd('settings set symbols.lldb-index-cache-path "%s"' % (self.cache_dir))
79 … file in the module cache directory (%s) for main.o that is a debug info cache" % (self.cache_dir))
124 … file in the module cache directory (%s) for main.o that is a debug info cache" % (self.cache_dir))
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/simple_exe/
H A DTestModuleCacheSimple.py18 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
21 self.runCmd('settings set symbols.lldb-index-cache-path "%s"' % (self.cache_dir))
27 module_file_glob = os.path.join(self.cache_dir,
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp194 static std::string cache_dir; variable
266 cache_dir = std::string(opt); in process_plugin_option()
1107 if (!options::cache_dir.empty()) in runLTO()
1108 Cache = check(localCache("ThinLTO", "Thin", options::cache_dir, AddBuffer)); in runLTO()
1188 if (!options::cache_dir.empty()) { in cleanup_hook()
1190 pruneCache(options::cache_dir, policy); in cleanup_hook()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A Dlto.h886 const char *cache_dir);
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp615 const char *cache_dir) { in thinlto_codegen_set_cache_dir() argument
616 return unwrap(cg)->setCacheDir(cache_dir); in thinlto_codegen_set_cache_dir()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp502 empirical_type<std::string> cache_dir; member
1494 std::string cache_dir; in CaptureScriptInit() local
1495 process->ReadCStringFromMemory(addr_t(args[eRsCachedDirPtr]), cache_dir, err); in CaptureScriptInit()
1503 res_name.c_str(), cache_dir.c_str()); in CaptureScriptInit()
1512 script->cache_dir = cache_dir; in CaptureScriptInit()