Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp85 auto module_cache_dir = GetModuleCacheDirectory(); in PlatformProperties() local
86 if (module_cache_dir) in PlatformProperties()
93 module_cache_dir = FileSpec(user_home_dir.c_str()); in PlatformProperties()
94 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties()
95 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties()
96 SetDefaultModuleCacheDirectory(module_cache_dir); in PlatformProperties()
97 SetModuleCacheDirectory(module_cache_dir); in PlatformProperties()