Lines Matching refs:OptionValuePropertiesSP

1351 static lldb::OptionValuePropertiesSP
1354 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPlugins()
1359 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPlugins()
1370 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPlugins()
1381 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPlugins()
1387 static lldb::OptionValuePropertiesSP GetDebuggerPropertyForPluginsOldStyle( in GetDebuggerPropertyForPluginsOldStyle()
1391 lldb::OptionValuePropertiesSP parent_properties_sp( in GetDebuggerPropertyForPluginsOldStyle()
1394 OptionValuePropertiesSP plugin_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1404 lldb::OptionValuePropertiesSP plugin_type_properties_sp = in GetDebuggerPropertyForPluginsOldStyle()
1416 return lldb::OptionValuePropertiesSP(); in GetDebuggerPropertyForPluginsOldStyle()
1421 typedef lldb::OptionValuePropertiesSP
1425 lldb::OptionValuePropertiesSP
1430 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlugin()
1431 lldb::OptionValuePropertiesSP plugin_type_properties_sp(get_debugger_property( in GetSettingForPlugin()
1444 const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, in CreateSettingForPlugin()
1449 lldb::OptionValuePropertiesSP plugin_type_properties_sp( in CreateSettingForPlugin()
1471 lldb::OptionValuePropertiesSP
1479 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin()
1487 lldb::OptionValuePropertiesSP
1496 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForPlatformPlugin()
1504 lldb::OptionValuePropertiesSP
1512 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForProcessPlugin()
1519 lldb::OptionValuePropertiesSP
1527 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForSymbolFilePlugin()
1535 lldb::OptionValuePropertiesSP
1543 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForJITLoaderPlugin()
1552 lldb::OptionValuePropertiesSP
1555 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForOperatingSystemPlugin()
1556 lldb::OptionValuePropertiesSP plugin_type_properties_sp( in GetSettingForOperatingSystemPlugin()
1568 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForOperatingSystemPlugin()
1571 lldb::OptionValuePropertiesSP plugin_type_properties_sp( in CreateSettingForOperatingSystemPlugin()
1585 lldb::OptionValuePropertiesSP
1593 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForStructuredDataPlugin()