Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1082 addr_t sharedCacheUUID_address = LLDB_INVALID_ADDRESS; in GetSharedCacheInformation() local
1085 sharedCacheUUID_address = in GetSharedCacheInformation()
1089 sharedCacheUUID_address = in GetSharedCacheInformation()
1092 if (sharedCacheUUID_address != LLDB_INVALID_ADDRESS) { in GetSharedCacheInformation()
1094 if (m_process->ReadMemory(sharedCacheUUID_address, shared_cache_uuid, in GetSharedCacheInformation()
1105 addr_t sharedCacheBaseAddr_address = sharedCacheUUID_address + 16; in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5875 uuid_t *sharedCacheUUID_address = 0;
5878 sharedCacheUUID_address =
5887 sharedCacheUUID_address =
5898 uuid = UUID::fromOptionalData(sharedCacheUUID_address, sizeof(uuid_t));