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

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h93 GetSubValue (const ExecutionContext *exe_ctx,
H A DOptionValueArray.h73 GetSubValue (const ExecutionContext *exe_ctx,
H A DOptionValue.h121 GetSubValue (const ExecutionContext *exe_ctx, function in class:lldb_private::OptionValue
H A DOptionValueProperties.h151 GetSubValue (const ExecutionContext *exe_ctx,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp35 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp129 OptionValueProperties::GetSubValue (const ExecutionContext *exe_ctx, function in class:OptionValueProperties
156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error);
179 return value_sp->GetSubValue (exe_ctx, predicate_end + 1, will_modify, error);
197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
216 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
635 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, property_path, will_modify, error));
H A DOptionValueDictionary.cpp227 OptionValueDictionary::GetSubValue (const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const function in class:OptionValueDictionary
309 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
332 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
H A DOptionValueArray.cpp83 OptionValueArray::GetSubValue (const ExecutionContext *exe_ctx, function in class:OptionValueArray
119 return m_values[new_idx]->GetSubValue (exe_ctx, sub_value, will_modify, error);

Completed in 107 milliseconds