Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp23 OptionValueProperties::OptionValueProperties(llvm::StringRef name) in OptionValueProperties() function in OptionValueProperties
36 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback()
43 void OptionValueProperties::AppendProperty(llvm::StringRef name, in AppendProperty()
149 OptionValueProperties::GetProperty(llvm::StringRef name, in GetProperty()
183 bool OptionValueProperties::GetPropertyAtIndexAsArgs( in GetPropertyAtIndexAsArgs()
214 bool OptionValueProperties::SetPropertyAtIndexFromArgs( in SetPropertyAtIndexFromArgs()
249 OptionValueProperties::GetPropertyAtIndexAsOptionValueFileSpec( in GetPropertyAtIndexAsOptionValueFileSpec()
290 void OptionValueProperties::Clear() { in Clear()
427 OptionValueProperties *sub_properties = in GetPropertyAtPath()
451 void OptionValueProperties::Apropos( in Apropos()
[all …]
H A DOptionValue.cpp201 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties()
203 return static_cast<OptionValueProperties *>(this); in GetAsProperties()
207 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties()
209 return static_cast<const OptionValueProperties *>(this); in GetAsProperties()
H A DProperty.cpp286 const OptionValueProperties *sub_properties = m_value_sp->GetAsProperties(); in DumpDescription()
H A DCommandInterpreter.cpp132 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h22 class OptionValueProperties
23 : public Cloneable<OptionValueProperties, OptionValue>,
24 public std::enable_shared_from_this<OptionValueProperties> {
26 OptionValueProperties() = default;
28 OptionValueProperties(llvm::StringRef name);
30 ~OptionValueProperties() override = default;
H A DOptionValue.h230 OptionValueProperties *GetAsProperties();
231 const OptionValueProperties *GetAsProperties() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp42 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp38 m_collection_sp = std::make_shared<OptionValueProperties>( in PluginProperties()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h153 class OptionValueProperties; variable
377 typedef std::shared_ptr<lldb_private::OptionValueProperties>
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1560 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPlugins()
1571 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins()
1595 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
1605 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPluginsOldStyle()
H A DModuleList.cpp78 m_collection_sp = std::make_shared<OptionValueProperties>("symbols"); in ModuleListProperties()
H A DDebugger.cpp832 Properties(std::make_shared<OptionValueProperties>()), in Debugger()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp99 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp56 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4112 : public Cloneable<TargetOptionValueProperties, OptionValueProperties> {
4147 OptionValueProperties> {
4164 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
4240 OptionValueProperties *exp_values = in GetInjectLocalVariables()
4254 OptionValueProperties *exp_values = in SetInjectLocalVariables()
H A DThread.cpp77 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DProcess.cpp90 : public Cloneable<ProcessOptionValueProperties, OptionValueProperties> {
146 OptionValueProperties> {
171 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()
342 OptionValueProperties *exp_values = in GetOSPluginReportsAllThreads()
355 OptionValueProperties *exp_values = in SetOSPluginReportsAllThreads()
H A DPlatform.cpp81 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PlatformProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp128 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in StructuredDataDarwinLogProperties()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile322 SRCS+= Interpreter/OptionValueProperties.cpp
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp125 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp137 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()