Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/universal/
H A Duniversal.yaml255 …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…
/llvm-project-15.0.7/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()