Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp23 OptionValueProperties::OptionValueProperties(llvm::StringRef name) in OptionValueProperties() function in OptionValueProperties
26 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()
36 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback()
43 void OptionValueProperties::AppendProperty(llvm::StringRef name, in AppendProperty()
53 OptionValueProperties::GetValueForKey(const ExecutionContext *exe_ctx, in GetValueForKey()
65 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
115 Status OptionValueProperties::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
141 size_t OptionValueProperties::GetPropertyIndex(llvm::StringRef name) const { in GetPropertyIndex()
149 OptionValueProperties::GetProperty(llvm::StringRef name, in GetProperty()
157 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
[all …]
H A DOptionValue.cpp199 OptionValueProperties *OptionValue::GetAsProperties() { in GetAsProperties()
201 return static_cast<OptionValueProperties *>(this); in GetAsProperties()
205 const OptionValueProperties *OptionValue::GetAsProperties() const { in GetAsProperties()
207 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.cpp139 OptionValuePropertiesSP(new OptionValueProperties("interpreter"))), in CommandInterpreter()
/freebsd/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.h223 OptionValueProperties *GetAsProperties();
224 const OptionValueProperties *GetAsProperties() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp42 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp38 m_collection_sp = std::make_shared<OptionValueProperties>( in PluginProperties()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h155 class OptionValueProperties; variable
388 typedef std::shared_ptr<lldb_private::OptionValueProperties>
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp99 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp51 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in LanguageProperties()
H A DTarget.cpp4277 : public Cloneable<TargetOptionValueProperties, OptionValueProperties> {
4312 OptionValueProperties> {
4329 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
4405 OptionValueProperties *exp_values = in GetExperimentalPropertyValue()
4421 OptionValueProperties *exp_values = in GetUseDIL()
4433 OptionValueProperties *exp_values = in SetUseDIL()
H A DThread.cpp77 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DProcess.cpp84 : public Cloneable<ProcessOptionValueProperties, OptionValueProperties> {
140 OptionValueProperties> {
165 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()
336 OptionValueProperties *exp_values = in GetOSPluginReportsAllThreads()
349 OptionValueProperties *exp_values = in SetOSPluginReportsAllThreads()
H A DPlatform.cpp81 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PlatformProperties()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1963 std::make_shared<OptionValueProperties>(g_property_name); in GetDebuggerPropertyForPlugins()
1974 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPlugins()
1998 std::make_shared<OptionValueProperties>(plugin_type_name); in GetDebuggerPropertyForPluginsOldStyle()
2008 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.cpp965 Properties(std::make_shared<OptionValueProperties>()), in Debugger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp19 #include "lldb/Interpreter/OptionValueProperties.h"
56 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp128 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in StructuredDataDarwinLogProperties()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp2165 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd/lib/clang/liblldb/
H A DMakefile338 SRCS+= Interpreter/OptionValueProperties.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp125 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp146 m_collection_sp = std::make_shared<OptionValueProperties>(GetSettingName()); in PluginProperties()