Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp226 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
237 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
248 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
259 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
270 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp49 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp454 bool has_path = dict->HasKey("path"); in GetLoadedDynamicLibrariesInfos()
455 bool has_uuid = dict->HasKey("uuid"); in GetLoadedDynamicLibrariesInfos()
458 if (!dict->HasKey("load_addr")) in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/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 HasKey() function in PythonDictionary
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h509 bool HasKey(llvm::StringRef key) const { return m_dict.contains(key); } in GetValueForKeyAsInteger()
561 bool HasKey(llvm::StringRef key) const { HasKey() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h74 if (!class_dict.HasKey(method_name)) in CheckAbstractMethodImplementation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1306 if (!errors_only || oso_data->HasKey("error")) in GetSeparateDebugInfo()
H A DSymbolFileDWARF.cpp4196 if (!errors_only || dwo_data->HasKey("error")) in GetSeparateDebugInfo()