Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp160 if (process_state_sp->GetAsDictionary()->HasKey("error")) in IsFullyInitialized()
162 if (!process_state_sp->GetAsDictionary()->HasKey("process_state string")) in IsFullyInitialized()
208 all_image_info_json_sp->GetAsDictionary()->HasKey("images") && in DoInitialImageFetch()
397 binaries_info_sp->GetAsDictionary()->HasKey("images") && in AddBinaries()
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()
H A DDynamicLoaderDarwin.cpp374 !image->HasKey("pathname") || in JSONImageInformationIntoImageInfo()
375 !image->HasKey("mod_date") || in JSONImageInformationIntoImageInfo()
376 !image->HasKey("mach_header") || in JSONImageInformationIntoImageInfo()
378 !image->HasKey("segments") || in JSONImageInformationIntoImageInfo()
380 !image->HasKey("uuid")) { in JSONImageInformationIntoImageInfo()
442 if (mh->HasKey("flags")) in JSONImageInformationIntoImageInfo()
448 if (mh->HasKey("ncmds")) in JSONImageInformationIntoImageInfo()
454 if (mh->HasKey("sizeofcmds")) in JSONImageInformationIntoImageInfo()
483 if (seg->HasKey("initprot")) in JSONImageInformationIntoImageInfo()
489 if (seg->HasKey("flags")) in JSONImageInformationIntoImageInfo()
[all …]
H A DDynamicLoaderMacOSXDYLD.cpp561 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp239 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
249 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
259 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
269 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
279 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp49 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp183 plist_sp->GetAsDictionary()->HasKey( in CreateInstance()
202 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp430 bool has_path = dict->HasKey("path"); in GetLoadedDynamicLibrariesInfos()
431 bool has_uuid = dict->HasKey("uuid"); in GetLoadedDynamicLibrariesInfos()
434 if (!dict->HasKey("load_addr")) in GetLoadedDynamicLibrariesInfos()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h514 bool HasKey(llvm::StringRef key) const { in HasKey() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp985 if (!metadata_sp || !metadata_sp->GetSize() || !metadata_sp->HasKey("asi")) in ExtractAppSpecificInfo()