Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.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()
HDBreakpointResolverAddress.cpp48 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedProcess.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-head/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedPythonInterface.h56 if (!class_dict.HasKey(method_name)) in CheckAbstractMethodImplementation()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDStructuredData.h509 bool HasKey(llvm::StringRef key) const { return m_dict.contains(key); } in HasKey() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.h567 bool HasKey(const llvm::Twine &key) const;
HDPythonDataObjects.cpp666 bool PythonDictionary::HasKey(const llvm::Twine &key) const { in HasKey() function in PythonDictionary
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp1301 if (!errors_only || oso_data->HasKey("error")) in GetSeparateDebugInfo()
HDSymbolFileDWARF.cpp4281 if (!errors_only || dwo_data->HasKey("error")) in GetSeparateDebugInfo()