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.cpp230 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
240 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
250 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
260 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
270 if (key && options_dict.HasKey(key)) { in CreateFromStructuredData()
H A DBreakpointResolverAddress.cpp48 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp448 bool has_path = dict->HasKey("path"); in GetLoadedDynamicLibrariesInfos()
449 bool has_uuid = dict->HasKey("uuid"); in GetLoadedDynamicLibrariesInfos()
452 if (!dict->HasKey("load_addr")) in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h56 if (!class_dict.HasKey(method_name)) in CheckAbstractMethodImplementation()
/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/
H A DPythonDataObjects.h567 bool HasKey(const llvm::Twine &key) const;
H A DPythonDataObjects.cpp666 bool PythonDictionary::HasKey(const llvm::Twine &key) const { in HasKey() function in PythonDictionary
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1301 if (!errors_only || oso_data->HasKey("error")) in GetSeparateDebugInfo()
H A DSymbolFileDWARF.cpp4281 if (!errors_only || dwo_data->HasKey("error")) in GetSeparateDebugInfo()