Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp295 llvm::SmallString<128> module_cache; in SetupModuleHeaderPaths() local
297 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()