Searched refs:GetSubValue (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 112 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueProperties 136 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue() 142 return_val_sp = value_sp->GetSubValue( in GetSubValue() 170 return value_sp->GetSubValue(exe_ctx, rest, in GetSubValue() 186 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue() 209 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue() 577 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
|
| H A D | OptionValueDictionary.cpp | 213 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueDictionary 260 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue() 269 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
|
| H A D | OptionValueArray.cpp | 89 OptionValueArray::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueArray 125 return m_values[new_idx]->GetSubValue(exe_ctx, sub_value, in GetSubValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 63 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
|
| H A D | OptionValueArray.h | 52 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
|
| H A D | OptionValueProperties.h | 108 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
|
| H A D | OptionValue.h | 107 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 40 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()
|