Home
last modified time | relevance | path

Searched refs:OptionValuePropertiesSP (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp37 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetPropertyValue()
47 OptionValuePropertiesSP properties_sp(GetValueProperties()); in SetPropertyValue()
57 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllPropertyValues()
66 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpAllDescriptions()
75 OptionValuePropertiesSP properties_sp(GetValueProperties()); in DumpPropertyValue()
88 OptionValuePropertiesSP properties_sp(GetValueProperties()); in Apropos()
95 lldb::OptionValuePropertiesSP
98 OptionValuePropertiesSP properties_sp(GetValueProperties()); in GetSubProperty()
101 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DPluginManager.cpp1381 static lldb::OptionValuePropertiesSP
1451 typedef lldb::OptionValuePropertiesSP
1456 static lldb::OptionValuePropertiesSP
1501 lldb::OptionValuePropertiesSP
1517 lldb::OptionValuePropertiesSP
1534 lldb::OptionValuePropertiesSP
1549 lldb::OptionValuePropertiesSP
1565 lldb::OptionValuePropertiesSP
1581 lldb::OptionValuePropertiesSP
1598 lldb::OptionValuePropertiesSP
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DPluginManager.h464 static lldb::OptionValuePropertiesSP
469 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
472 static lldb::OptionValuePropertiesSP
476 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
479 static lldb::OptionValuePropertiesSP
483 Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp,
486 static lldb::OptionValuePropertiesSP
493 static lldb::OptionValuePropertiesSP
500 static lldb::OptionValuePropertiesSP
507 static lldb::OptionValuePropertiesSP
[all …]
H A DUserSettingsController.h37 Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties()
42 virtual lldb::OptionValuePropertiesSP GetValueProperties() const { in GetValueProperties()
71 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
86 lldb::OptionValuePropertiesSP m_collection_sp;
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h37 static lldb::OptionValuePropertiesSP
201 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp568 OptionValuePropertiesSP
671 lldb::OptionValuePropertiesSP
680 return lldb::OptionValuePropertiesSP(); in GetSubProperty()
H A DCommandInterpreter.cpp125 Properties(OptionValuePropertiesSP( in CommandInterpreter()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h360 OptionValuePropertiesSP; typedef
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp567 lldb::OptionValuePropertiesSP properties_sp( in SettingsNames()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3942 : Properties(OptionValuePropertiesSP( in TargetExperimentalProperties()
H A DProcess.cpp154 : Properties(OptionValuePropertiesSP( in ProcessExperimentalProperties()