Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp329 ModuleSpec shared_cache_spec(module_spec.GetFileSpec(), image_info.uuid, in GetSharedModuleWithLocalCache() local
331 err = ModuleList::GetSharedModule(shared_cache_spec, module_sp, in GetSharedModuleWithLocalCache()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp144 ModuleSpec shared_cache_spec(module_spec.GetFileSpec(), image_info.uuid, in FindTargetModuleForImageInfo() local
147 target.GetOrCreateModule(shared_cache_spec, false /* notify */); in FindTargetModuleForImageInfo()