Home
last modified time | relevance | path

Searched refs:GetSubValue (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp90 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueProperties
114 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue()
120 return_val_sp = value_sp->GetSubValue( in GetSubValue()
132 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
555 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
H A DOptionValueDictionary.cpp224 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueDictionary
271 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
280 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
H A DOptionValueArray.cpp88 OptionValueArray::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueArray
124 return m_values[new_idx]->GetSubValue(exe_ctx, sub_value, in GetSubValue()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h61 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValueArray.h46 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValueProperties.h101 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValue.h98 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function
/llvm-project-15.0.7/lldb/source/Core/
H A DUserSettingsController.cpp39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()