Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp560 StructuredData::Dictionary *info_dict = nullptr; in GetSharedCacheInformation() local
562 info_dict = info->GetAsDictionary(); in GetSharedCacheInformation()
569 if (info_dict && info_dict->HasKey("shared_cache_uuid") && in GetSharedCacheInformation()
570 info_dict->HasKey("no_shared_cache") && in GetSharedCacheInformation()
571 info_dict->HasKey("shared_cache_base_address")) { in GetSharedCacheInformation()
572 base_address = info_dict->GetValueForKey("shared_cache_base_address") in GetSharedCacheInformation()
575 info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue()); in GetSharedCacheInformation()
578 if (!info_dict->GetValueForKey("no_shared_cache")->GetBooleanValue()) in GetSharedCacheInformation()
582 if (info_dict->GetValueForKey("shared_cache_private_cache") in GetSharedCacheInformation()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2364 StructuredData::Dictionary *info_dict = info->GetAsDictionary(); in GetSharedCacheBaseAddress() local
2365 if (!info_dict) in GetSharedCacheBaseAddress()
2369 info_dict->GetValueForKey("shared_cache_base_address"); in GetSharedCacheBaseAddress()