Searched refs:module_cache (Results 1 – 2 of 2) sorted by relevance
255 …layton/Documents/src/lldb/clean/llvm-project/lldb/test/API/functionalities/module_cache/universal/'257 …ocuments/src/lldb/clean/Debug/lldb-test-build.noindex/functionalities/module_cache/universal/TestM…512 …layton/Documents/src/lldb/clean/llvm-project/lldb/test/API/functionalities/module_cache/universal/'514 …ocuments/src/lldb/clean/Debug/lldb-test-build.noindex/functionalities/module_cache/universal/TestM…
295 llvm::SmallString<128> module_cache; in SetupModuleHeaderPaths() local297 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()298 search_opts.ModuleCachePath = std::string(module_cache.str()); in SetupModuleHeaderPaths()299 LLDB_LOG(log, "Using module cache path: {0}", module_cache.c_str()); in SetupModuleHeaderPaths()