Home
last modified time | relevance | path

Searched defs:properties_sp (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Core/
DUserSettingsController.cpp33 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetPropertyValue() local
45 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in SetPropertyValue() local
56 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpAllPropertyValues() local
67 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpAllDescriptions() local
77 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in DumpPropertyValue() local
93 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in Apropos() local
106 OptionValuePropertiesSP properties_sp (GetValueProperties ()); in GetSubProperty() local
DPluginManager.cpp1955 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForDynamicLoaderPlugin() local
1967const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForDynamicLoaderPlugin()
1993 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForPlatformPlugin() local
2005const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForPlatformPlugin()
2031 lldb::OptionValuePropertiesSP properties_sp; in GetSettingForProcessPlugin() local
2043 const lldb::OptionValuePropertiesSP &properties_sp, in CreateSettingForProcessPlugin()
/external/lldb/source/Target/
DTarget.cpp1777 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths() local
1786 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths() local
1795 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture() local
1804 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture() local
/external/lldb/source/Commands/
DCommandCompletions.cpp418 … lldb::OptionValuePropertiesSP properties_sp (interpreter.GetDebugger().GetValueProperties()); in SettingsNames() local