Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp183 Status error = GetSharedModuleWithLocalCache(module_spec, module_sp, in GetSharedModule()
198 Status x86_64_error = GetSharedModuleWithLocalCache( in GetSharedModule()
H A DPlatformDarwinDevice.h27 virtual Status GetSharedModuleWithLocalCache(
H A DPlatformRemoteDarwinDevice.cpp329 error = GetSharedModuleWithLocalCache(module_spec, module_sp, in GetSharedModule()
H A DPlatformDarwinDevice.cpp296 lldb_private::Status PlatformDarwinDevice::GetSharedModuleWithLocalCache( in GetSharedModuleWithLocalCache() function in PlatformDarwinDevice