| /llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 161 if (process_state_sp->GetAsDictionary()->HasKey("error")) in IsFullyInitialized() 163 if (!process_state_sp->GetAsDictionary()->HasKey("process_state string")) in IsFullyInitialized() 209 all_image_info_json_sp->GetAsDictionary()->HasKey("images") && in DoInitialImageFetch() 420 binaries_info_sp->GetAsDictionary()->HasKey("images") && in AddBinaries() 709 if (info_dict && info_dict->HasKey("shared_cache_uuid") && in GetSharedCacheInformation() 710 info_dict->HasKey("no_shared_cache") && in GetSharedCacheInformation() 711 info_dict->HasKey("shared_cache_base_address")) { in GetSharedCacheInformation()
|
| H A D | DynamicLoaderDarwin.cpp | 380 if (!image->HasKey("load_address") || in JSONImageInformationIntoImageInfo() 381 !image->HasKey("pathname") || in JSONImageInformationIntoImageInfo() 382 !image->HasKey("mach_header") || in JSONImageInformationIntoImageInfo() 384 !image->HasKey("segments") || in JSONImageInformationIntoImageInfo() 386 !image->HasKey("uuid")) { in JSONImageInformationIntoImageInfo() 407 if (image->HasKey("min_version_os_name")) { in JSONImageInformationIntoImageInfo() 436 if (image->HasKey("min_version_os_sdk")) { in JSONImageInformationIntoImageInfo() 446 if (mh->HasKey("flags")) in JSONImageInformationIntoImageInfo() 452 if (mh->HasKey("ncmds")) in JSONImageInformationIntoImageInfo() 458 if (mh->HasKey("sizeofcmd in JSONImageInformationIntoImageInfo() [all...] |
| H A D | DynamicLoaderMacOSXDYLD.cpp | 565 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress()
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 230 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData() 241 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData() 252 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData() 263 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData() 274 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
|
| H A D | BreakpointResolverAddress.cpp | 49 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
|
| /llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | SymbolVendorMacOSX.cpp | 188 plist_sp->GetAsDictionary()->HasKey( in CreateInstance() 207 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance()
|
| /llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 449 bool has_path = dict->HasKey("path"); in GetLoadedDynamicLibrariesInfos() 450 bool has_uuid = dict->HasKey("uuid"); in GetLoadedDynamicLibrariesInfos() 453 if (!dict->HasKey("load_addr")) in GetLoadedDynamicLibrariesInfos()
|
| /llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 516 EXPECT_FALSE(dict.HasKey("not_in_dict")); in TEST_F() 517 EXPECT_TRUE(dict.HasKey(key_0)); in TEST_F() 518 EXPECT_TRUE(dict.HasKey(key_1)); in TEST_F() 547 EXPECT_TRUE(dict_sp->HasKey(string_key0)); in TEST_F() 548 EXPECT_TRUE(dict_sp->HasKey(string_key1)); in TEST_F()
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 74 if (!class_dict.HasKey(method_name))
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 509 bool HasKey(llvm::StringRef key) const { return m_dict.contains(key); } in HasKey() function
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 567 bool HasKey(const llvm::Twine &key) const;
|
| H A D | PythonDataObjects.cpp | 664 bool PythonDictionary::HasKey(const llvm::Twine &key) const { in Check() 666 bool PythonDictionary::HasKey(const llvm::Twine &key) const { HasKey() function in PythonDictionary
|
| /llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 1008 if (!metadata_sp || !metadata_sp->GetSize() || !metadata_sp->HasKey("asi")) in ExtractAppSpecificInfo()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1284 if (!errors_only || oso_data->HasKey("error")) in GetSeparateDebugInfo()
|
| H A D | SymbolFileDWARF.cpp | 4198 if (!errors_only || dwo_data->HasKey("error")) in GetSeparateDebugInfo()
|