Home
last modified time | relevance | path

Searched refs:OptionValueSP (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h48 lldb::OptionValueSP DeepCopy() const override;
52 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
62 lldb::OptionValueSP operator[](size_t idx) const {
63 lldb::OptionValueSP value_sp;
69 lldb::OptionValueSP GetValueAtIndex(size_t idx) const { in GetValueAtIndex()
70 lldb::OptionValueSP value_sp; in GetValueAtIndex()
76 bool AppendValue(const lldb::OptionValueSP &value_sp) { in AppendValue()
86 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue()
99 bool ReplaceValue(size_t idx, const lldb::OptionValueSP &value_sp) { in ReplaceValue()
124 typedef std::vector<lldb::OptionValueSP> collection;
H A DOptionValueDictionary.h47 lldb::OptionValueSP DeepCopy() const override;
61 lldb::OptionValueSP GetValueForKey(const ConstString &key) const;
63 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
71 const lldb::OptionValueSP &value_sp,
81 typedef std::map<ConstString, lldb::OptionValueSP> collection;
H A DProperty.h42 const lldb::OptionValueSP &value_sp);
49 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue()
51 void SetOptionValue(const lldb::OptionValueSP &value_sp) { in SetOptionValue()
74 lldb::OptionValueSP m_value_sp;
H A DOptionValueUInt64.h37 static lldb::OptionValueSP Create(const char *, Status &) = delete;
38 static lldb::OptionValueSP Create(llvm::StringRef value_str, Status &error);
61 lldb::OptionValueSP DeepCopy() const override;
H A DOptionValueProperties.h40 lldb::OptionValueSP DeepCopy() const override;
100 virtual lldb::OptionValueSP
104 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
108 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
204 bool is_global, const lldb::OptionValueSP &value_sp);
H A DOptionValue.h99 virtual lldb::OptionValueSP DeepCopy() const = 0;
107 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
112 return lldb::OptionValueSP(); in GetSubValue()
179 static lldb::OptionValueSP
316 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp73 const OptionValueSP &value_sp) { in AppendProperty()
100 lldb::OptionValueSP
104 lldb::OptionValueSP value_sp; in GetValueForKey()
111 lldb::OptionValueSP
115 lldb::OptionValueSP value_sp; in GetSubValue()
117 return OptionValueSP(); in GetSubValue()
134 lldb::OptionValueSP return_val_sp; in GetSubValue()
241 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
246 return OptionValueSP(); in GetPropertyValueAtIndex()
576 lldb::OptionValueSP value_sp( in DumpPropertyValue()
[all …]
H A DOptionValueDictionary.cpp164 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
212 lldb::OptionValueSP
216 lldb::OptionValueSP value_sp; in GetSubValue()
269 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
279 lldb::OptionValueSP
281 lldb::OptionValueSP value_sp; in GetValueForKey()
289 const lldb::OptionValueSP &value_sp, in SetValueForKey()
314 lldb::OptionValueSP OptionValueDictionary::DeepCopy() const { in DeepCopy()
317 lldb::OptionValueSP copied_value_sp(copied_dict); in DeepCopy()
H A DOptionValueUInt64.cpp19 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create()
21 lldb::OptionValueSP value_sp(new OptionValueUInt64()); in Create()
74 lldb::OptionValueSP OptionValueUInt64::DeepCopy() const { in DeepCopy()
75 return OptionValueSP(new OptionValueUInt64(*this)); in DeepCopy()
H A DOptionValueArray.cpp88 lldb::OptionValueSP
144 return OptionValueSP(); in GetSubValue()
181 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
261 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
289 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
306 lldb::OptionValueSP OptionValueArray::DeepCopy() const { in DeepCopy()
309 lldb::OptionValueSP copied_value_sp(copied_array); in DeepCopy()
H A DOptionValueChar.cpp62 lldb::OptionValueSP OptionValueChar::DeepCopy() const { in DeepCopy()
63 return OptionValueSP(new OptionValueChar(*this)); in DeepCopy()
H A DOptionValueFormat.cpp61 lldb::OptionValueSP OptionValueFormat::DeepCopy() const { in DeepCopy()
62 return OptionValueSP(new OptionValueFormat(*this)); in DeepCopy()
H A DOptionValueRegex.cpp66 lldb::OptionValueSP OptionValueRegex::DeepCopy() const { in DeepCopy()
67 return OptionValueSP(new OptionValueRegex(m_regex.GetText().str().c_str())); in DeepCopy()
H A DOptionValueSInt64.cpp75 lldb::OptionValueSP OptionValueSInt64::DeepCopy() const { in DeepCopy()
76 return OptionValueSP(new OptionValueSInt64(*this)); in DeepCopy()
H A DOptionValueArch.cpp68 lldb::OptionValueSP OptionValueArch::DeepCopy() const { in DeepCopy()
69 return OptionValueSP(new OptionValueArch(*this)); in DeepCopy()
H A DOptionValueBoolean.cpp71 lldb::OptionValueSP OptionValueBoolean::DeepCopy() const { in DeepCopy()
72 return OptionValueSP(new OptionValueBoolean(*this)); in DeepCopy()
H A DOptionValueLanguage.cpp76 lldb::OptionValueSP OptionValueLanguage::DeepCopy() const { in DeepCopy()
77 return OptionValueSP(new OptionValueLanguage(*this)); in DeepCopy()
H A DOptionValueUUID.cpp62 lldb::OptionValueSP OptionValueUUID::DeepCopy() const { in DeepCopy()
63 return OptionValueSP(new OptionValueUUID(*this)); in DeepCopy()
H A DOptionValueFileSpec.cpp99 lldb::OptionValueSP OptionValueFileSpec::DeepCopy() const { in DeepCopy()
100 return OptionValueSP(new OptionValueFileSpec(*this)); in DeepCopy()
H A DOptionValueFormatEntity.cpp116 lldb::OptionValueSP OptionValueFormatEntity::DeepCopy() const { in DeepCopy()
117 return OptionValueSP(new OptionValueFormatEntity(*this)); in DeepCopy()
H A DOptionValueEnumeration.cpp102 lldb::OptionValueSP OptionValueEnumeration::DeepCopy() const { in DeepCopy()
103 return OptionValueSP(new OptionValueEnumeration(*this)); in DeepCopy()
H A DOptionValueString.cpp122 lldb::OptionValueSP OptionValueString::DeepCopy() const { in DeepCopy()
123 return OptionValueSP(new OptionValueString(*this)); in DeepCopy()
H A DOptionValueFileSpecLIst.cpp166 lldb::OptionValueSP OptionValueFileSpecList::DeepCopy() const { in DeepCopy()
167 return OptionValueSP(new OptionValueFileSpecList(*this)); in DeepCopy()
H A DOptionValuePathMappings.cpp203 lldb::OptionValueSP OptionValuePathMappings::DeepCopy() const { in DeepCopy()
204 return OptionValueSP(new OptionValuePathMappings(*this)); in DeepCopy()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp34 lldb::OptionValueSP
41 return lldb::OptionValueSP(); in GetPropertyValue()

123