Searched refs:properties_sp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | UserSettingsController.cpp | 43 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue() 44 if (properties_sp) in SetPropertyValue() 45 return properties_sp->GetSubValue(exe_ctx, path, error); in SetPropertyValue() 53 OptionValuePropertiesSP properties_sp(GetValueProperties()); 54 if (properties_sp) in DumpAllPropertyValues() 55 return properties_sp->SetSubValue(exe_ctx, op, path, value); in DumpAllPropertyValues() 64 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues() 65 if (!properties_sp) in DumpAllPropertyValues() 69 llvm::json::Value json = properties_sp->ToJSON(exe_ctx); in DumpAllDescriptions() 72 properties_sp in DumpAllDescriptions() local 36 OptionValuePropertiesSP properties_sp(GetValueProperties()); GetPropertyValue() local 46 OptionValuePropertiesSP properties_sp(GetValueProperties()); SetPropertyValue() local 57 OptionValuePropertiesSP properties_sp(GetValueProperties()); DumpAllPropertyValues() local 81 OptionValuePropertiesSP properties_sp(GetValueProperties()); DumpPropertyValue() local 94 OptionValuePropertiesSP properties_sp(GetValueProperties()); Apropos() local [all...] |
H A D | PluginManager.cpp | 1654 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin() local 1660 properties_sp = in GetSettingForPlugin() 1662 return properties_sp; in GetSettingForPlugin() 1668 const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForPlugin() argument 1672 if (properties_sp) { in CreateSettingForPlugin() 1677 plugin_type_properties_sp->AppendProperty(properties_sp->GetName(), in CreateSettingForPlugin() 1679 properties_sp); in CreateSettingForPlugin() 1704 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin() argument 1708 properties_sp, description, is_global_property); in CreateSettingForDynamicLoaderPlugin() 1719 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForPlatformPlugin() argument [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | PluginManager.h | 515 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 522 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 529 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 537 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 541 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 549 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 557 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 565 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 573 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, 581 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 589 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames() local 591 if (properties_sp) { in SettingsNames() 593 properties_sp->DumpValue(nullptr, strm, OptionValue::eDumpOptionName); in SettingsNames()
|