Searched refs:module_cache (Results 1 – 1 of 1) sorted by relevance
293 llvm::SmallString<128> module_cache; in SetupModuleHeaderPaths() local295 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()296 search_opts.ModuleCachePath = std::string(module_cache.str()); in SetupModuleHeaderPaths()297 LLDB_LOG(log, "Using module cache path: {0}", module_cache.c_str()); in SetupModuleHeaderPaths()