reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/PluginManager.h
  426   static lldb::OptionValuePropertiesSP
  431       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
  434   static lldb::OptionValuePropertiesSP
  438       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
  441   static lldb::OptionValuePropertiesSP
  445       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
  448   static lldb::OptionValuePropertiesSP
  452       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
  455   static lldb::OptionValuePropertiesSP
  459       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
  462   static lldb::OptionValuePropertiesSP
  467       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
  470   static lldb::OptionValuePropertiesSP
  475       Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
tools/lldb/include/lldb/Core/UserSettingsController.h
   37   Properties(const lldb::OptionValuePropertiesSP &collection_sp)
   42   virtual lldb::OptionValuePropertiesSP GetValueProperties() const {
   71   lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
   86   lldb::OptionValuePropertiesSP m_collection_sp;
tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
  197   lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
tools/lldb/source/Commands/CommandCompletions.cpp
  301     lldb::OptionValuePropertiesSP properties_sp(
tools/lldb/source/Core/PluginManager.cpp
 2354 static lldb::OptionValuePropertiesSP GetDebuggerPropertyForPlugins(
 2357   lldb::OptionValuePropertiesSP parent_properties_sp(
 2362     OptionValuePropertiesSP plugin_properties_sp =
 2373       lldb::OptionValuePropertiesSP plugin_type_properties_sp =
 2390 static lldb::OptionValuePropertiesSP GetDebuggerPropertyForPluginsOldStyle(
 2394   lldb::OptionValuePropertiesSP parent_properties_sp(
 2397     OptionValuePropertiesSP plugin_properties_sp =
 2407       lldb::OptionValuePropertiesSP plugin_type_properties_sp =
 2424 typedef lldb::OptionValuePropertiesSP
 2428 lldb::OptionValuePropertiesSP
 2433   lldb::OptionValuePropertiesSP properties_sp;
 2434   lldb::OptionValuePropertiesSP plugin_type_properties_sp(get_debugger_property(
 2447     const lldb::OptionValuePropertiesSP &properties_sp,
 2452     lldb::OptionValuePropertiesSP plugin_type_properties_sp(
 2474 lldb::OptionValuePropertiesSP PluginManager::GetSettingForDynamicLoaderPlugin(
 2481     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
 2489 lldb::OptionValuePropertiesSP
 2498     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
 2506 lldb::OptionValuePropertiesSP
 2514     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
 2521 lldb::OptionValuePropertiesSP
 2529     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
 2537 lldb::OptionValuePropertiesSP
 2545     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
 2554 lldb::OptionValuePropertiesSP PluginManager::GetSettingForOperatingSystemPlugin(
 2556   lldb::OptionValuePropertiesSP properties_sp;
 2557   lldb::OptionValuePropertiesSP plugin_type_properties_sp(
 2569     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
 2572     lldb::OptionValuePropertiesSP plugin_type_properties_sp(
 2586 lldb::OptionValuePropertiesSP PluginManager::GetSettingForStructuredDataPlugin(
 2593     Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
tools/lldb/source/Core/UserSettingsController.cpp
   37   OptionValuePropertiesSP properties_sp(GetValueProperties());
   47   OptionValuePropertiesSP properties_sp(GetValueProperties());
   57   OptionValuePropertiesSP properties_sp(GetValueProperties());
   66   OptionValuePropertiesSP properties_sp(GetValueProperties());
   75   OptionValuePropertiesSP properties_sp(GetValueProperties());
   88   OptionValuePropertiesSP properties_sp(GetValueProperties());
   95 lldb::OptionValuePropertiesSP
   98   OptionValuePropertiesSP properties_sp(GetValueProperties());
tools/lldb/source/Interpreter/OptionValueProperties.cpp
  667 lldb::OptionValuePropertiesSP