Home
last modified time | relevance | path

Searched refs:OptionValueProperties (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp23 OptionValueProperties::OptionValueProperties(ConstString name) : m_name(name) {} in OptionValueProperties() function in OptionValueProperties
25 size_t OptionValueProperties::GetNumProperties() const { in GetNumProperties()
40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback()
47 void OptionValueProperties::AppendProperty(ConstString name, in AppendProperty()
228 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs()
253 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs()
414 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64()
478 void OptionValueProperties::Clear() { in Clear()
593 OptionValueProperties *sub_properties = in GetPropertyAtPath()
618 void OptionValueProperties::Apropos( in Apropos()
[all …]
H A DOptionValue.cpp202 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties()
204 return static_cast<OptionValueProperties *>(this); in GetAsProperties()
208 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties()
210 return static_cast<const OptionValueProperties *>(this); in GetAsProperties()
H A DProperty.cpp281 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription()
H A DCommandInterpreter.cpp121 new OptionValueProperties(ConstString("interpreter")))), in CommandInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h23 class OptionValueProperties
24 : public Cloneable<OptionValueProperties, OptionValue>,
25 public std::enable_shared_from_this<OptionValueProperties> {
27 OptionValueProperties() = default;
29 OptionValueProperties(ConstString name);
31 ~OptionValueProperties() override = default;
H A DOptionValue.h226 OptionValueProperties *GetAsProperties();
228 const OptionValueProperties *GetAsProperties() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1363 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPlugins()
1374 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins()
1398 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1408 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
H A DModuleList.cpp79 std::make_shared<OptionValueProperties>(ConstString("symbols")); in ModuleListProperties()
H A DDebugger.cpp683 Properties(std::make_shared<OptionValueProperties>()), in Debugger()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h146 class OptionValueProperties; variable
370 typedef std::shared_ptr<lldb_private::OptionValueProperties>
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp99 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3682 : public Cloneable<TargetOptionValueProperties, OptionValueProperties> {
3717 OptionValueProperties> {
3734 OptionValueProperties::CreateLocalCopy(*Target::GetGlobalProperties()); in TargetProperties()
3807 OptionValueProperties *exp_values = in GetInjectLocalVariables()
3820 OptionValueProperties *exp_values = in SetInjectLocalVariables()
H A DThread.cpp75 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
106 OptionValueProperties::CreateLocalCopy(*Thread::GetGlobalProperties()); in ThreadProperties()
H A DProcess.cpp89 : public Cloneable<ProcessOptionValueProperties, OptionValueProperties> {
132 OptionValueProperties> {
159 OptionValueProperties::CreateLocalCopy(*Process::GetGlobalProperties()); in ProcessProperties()
318 OptionValueProperties *exp_values = in GetOSPluginReportsAllThreads()
330 OptionValueProperties *exp_values = in SetOSPluginReportsAllThreads()
H A DPlatform.cpp80 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PlatformProperties()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp125 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in StructuredDataDarwinLogProperties()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile305 SRCS+= Interpreter/OptionValueProperties.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp138 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp136 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()