Lines Matching refs:OptionValueSP
50 const OptionValueSP &value_sp) { in AppendProperty()
77 lldb::OptionValueSP
81 lldb::OptionValueSP value_sp; in GetValueForKey()
88 lldb::OptionValueSP
92 lldb::OptionValueSP value_sp; in GetSubValue()
94 return OptionValueSP(); in GetSubValue()
111 lldb::OptionValueSP return_val_sp; in GetSubValue()
153 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
185 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
190 return OptionValueSP(); in GetPropertyValueAtIndex()
196 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings()
205 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList()
450 OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString()
531 lldb::OptionValueSP value_sp( in DumpPropertyValue()
554 OptionValueSP
555 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
651 lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false)); in GetSubProperty()