Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp540 StructuredData::ObjectSP image_infos_json_sp = in AddModulesUsingImageInfosAddress() local
543 if (image_infos_json_sp.get() && image_infos_json_sp->GetAsDictionary() && in AddModulesUsingImageInfosAddress()
544 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress()
545 image_infos_json_sp->GetAsDictionary() in AddModulesUsingImageInfosAddress()
548 image_infos_json_sp->GetAsDictionary() in AddModulesUsingImageInfosAddress()
553 if (JSONImageInformationIntoImageInfo(image_infos_json_sp, image_infos)) { in AddModulesUsingImageInfosAddress()