Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp161 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 DDynamicLoaderDarwin.cpp380 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 DDynamicLoaderMacOSXDYLD.cpp565 image_infos_json_sp->GetAsDictionary()->HasKey("images") && in AddModulesUsingImageInfosAddress()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp230 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 DBreakpointResolverAddress.cpp49 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp188 plist_sp->GetAsDictionary()->HasKey( in CreateInstance()
207 if (plist_sp->GetAsDictionary()->HasKey("DBGVersion")) { in CreateInstance()
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp449 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 DPythonDataObjectsTests.cpp516 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 DScriptedPythonInterface.h74 if (!class_dict.HasKey(method_name))
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h509 bool HasKey(llvm::StringRef key) const { return m_dict.contains(key); } in HasKey() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h567 bool HasKey(const llvm::Twine &key) const;
H A DPythonDataObjects.cpp664 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 DPlatformDarwin.cpp1008 if (!metadata_sp || !metadata_sp->GetSize() || !metadata_sp->HasKey("asi")) in ExtractAppSpecificInfo()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1284 if (!errors_only || oso_data->HasKey("error")) in GetSeparateDebugInfo()
H A DSymbolFileDWARF.cpp4198 if (!errors_only || dwo_data->HasKey("error")) in GetSeparateDebugInfo()