Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1922 UUID shared_cache_uuid(GetProcessSharedCacheUUID(process)); in ParseSymtab() local
1924 if (shared_cache_uuid.IsValid() && dsc_uuid != shared_cache_uuid) in ParseSymtab()
4237 uuid_t shared_cache_uuid; in GetProcessSharedCacheUUID() local
4238 …if (process->ReadMemory (sharedCacheUUID_address, shared_cache_uuid, sizeof (uuid_t), err) == size… in GetProcessSharedCacheUUID()
4240 uuid.SetBytes (shared_cache_uuid); in GetProcessSharedCacheUUID()