Searched refs:HasKey (Results 1 – 9 of 9) sorted by relevance
226 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()
49 success = options_dict.HasKey(GetKey(OptionNames::ModuleName)); in CreateFromStructuredData()
454 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()
567 bool HasKey(const llvm::Twine &key) const;
664 bool PythonDictionary::HasKey(const llvm::Twine &key) const { in HasKey() function in PythonDictionary
509 bool HasKey(llvm::StringRef key) const { return m_dict.contains(key); } in GetValueForKeyAsInteger() 561 bool HasKey(llvm::StringRef key) const { HasKey() function
74 if (!class_dict.HasKey(method_name)) in CheckAbstractMethodImplementation()
1306 if (!errors_only || oso_data->HasKey("error")) in GetSeparateDebugInfo()
4196 if (!errors_only || dwo_data->HasKey("error")) in GetSeparateDebugInfo()