Searched refs:cache_dir (Results 1 – 5 of 5) sorted by relevance
605 my $dir = $object->{cache_dir};664 $object->{cache_dir} = $d;668 $object->{cache_dir} = $d;721 if (defined $object->{cache_dir}) {
194 static std::string cache_dir; variable266 cache_dir = std::string(opt); in process_plugin_option()1099 if (!options::cache_dir.empty()) in runLTO()1100 Cache = check(localCache("ThinLTO", "Thin", options::cache_dir, AddBuffer)); in runLTO()1180 if (!options::cache_dir.empty()) { in cleanup_hook()1182 pruneCache(options::cache_dir, policy); in cleanup_hook()
886 const char *cache_dir);
607 const char *cache_dir) { in thinlto_codegen_set_cache_dir() argument608 return unwrap(cg)->setCacheDir(cache_dir); in thinlto_codegen_set_cache_dir()
502 empirical_type<std::string> cache_dir; member1494 std::string cache_dir; in CaptureScriptInit() local1495 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()