Searched refs:GetSubValue (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 111 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function in OptionValueProperties 135 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error); in GetSubValue() 141 return_val_sp = value_sp->GetSubValue( in GetSubValue() 153 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue() 175 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue() 542 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
|
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()
|
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()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueDictionary.h | 57 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
|
D | OptionValueArray.h | 48 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
|
D | OptionValueProperties.h | 99 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
|
D | OptionValue.h | 96 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() function
|
/external/llvm-project/lldb/source/Core/ |
D | UserSettingsController.cpp | 39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()
|