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

/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h63 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValueArray.h48 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValueProperties.h103 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValue.h109 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, function in class:lldb_private::OptionValue
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueArray.cpp96 OptionValueArray::GetSubValue(const ExecutionContext *exe_ctx, function in class:OptionValueArray
132 return m_values[new_idx]->GetSubValue(exe_ctx, sub_value,
H A DOptionValueProperties.cpp90 OptionValueProperties::GetSubValue(const ExecutionContext *exe_ctx, function in class:OptionValueProperties
114 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error);
120 return_val_sp = value_sp->GetSubValue(
132 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);
154 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));
577 GetSubValue(exe_ctx, property_path, will_modify, error));
H A DOptionValueDictionary.cpp233 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, function in class:OptionValueDictionary
280 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);
289 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));

Completed in 276 milliseconds