Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp271 MakeCacheFolderForFile(const FileSpec &module_cache_spec) { in MakeCacheFolderForFile() argument
273 module_cache_spec.CopyByRemovingLastPathComponent(); in MakeCacheFolderForFile()
280 const FileSpec &module_cache_spec) { in BringInRemoteFile() argument
281 MakeCacheFolderForFile(module_cache_spec); in BringInRemoteFile()
368 FileSpec module_cache_spec(cache_path); in GetSharedModuleWithLocalCache() local
374 err = BringInRemoteFile(this, module_spec, module_cache_spec); in GetSharedModuleWithLocalCache()
377 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
383 ModuleSpec local_spec(module_cache_spec, in GetSharedModuleWithLocalCache()
392 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
415 BringInRemoteFile(this, module_spec, module_cache_spec); in GetSharedModuleWithLocalCache()
[all …]