Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h41 lldb::OptionValueSP
42 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
46 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
54 lldb::OptionValueSP operator[](size_t idx) const {
55 lldb::OptionValueSP value_sp;
61 lldb::OptionValueSP GetValueAtIndex(size_t idx) const { in GetValueAtIndex()
62 lldb::OptionValueSP value_sp; in GetValueAtIndex()
68 bool AppendValue(const lldb::OptionValueSP &value_sp) { in AppendValue()
78 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue()
91 bool ReplaceValue(size_t idx, const lldb::OptionValueSP &value_sp) { in ReplaceValue()
[all …]
H A DOptionValueDictionary.h43 lldb::OptionValueSP
44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
56 lldb::OptionValueSP GetValueForKey(ConstString key) const;
58 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
66 const lldb::OptionValueSP &value_sp,
76 typedef std::map<ConstString, lldb::OptionValueSP> collection;
H A DOptionValue.h91 virtual lldb::OptionValueSP
92 DeepCopy(const lldb::OptionValueSP &new_parent) const;
98 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
103 return lldb::OptionValueSP(); in GetSubValue()
170 static lldb::OptionValueSP
307 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent()
311 lldb::OptionValueSP GetParent() const { return m_parent_wp.lock(); } in GetParent()
328 virtual lldb::OptionValueSP Clone() const = 0;
H A DProperty.h41 const lldb::OptionValueSP &value_sp);
48 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue()
50 void SetOptionValue(const lldb::OptionValueSP &value_sp) { in SetOptionValue()
72 lldb::OptionValueSP m_value_sp;
H A DOptionValueProperties.h40 lldb::OptionValueSP
41 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
93 virtual lldb::OptionValueSP
97 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
101 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
192 bool is_global, const lldb::OptionValueSP &value_sp);
H A DOptionValueUInt64.h33 static lldb::OptionValueSP Create(llvm::StringRef value_str, Status &error);
H A DOptionValueFileSpecList.h66 lldb::OptionValueSP Clone() const override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
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 OptionValueSP
315 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
H A DOptionValueProperties.cpp50 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()
185 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
190 return OptionValueSP(); in GetPropertyValueAtIndex()
531 lldb::OptionValueSP value_sp( in DumpPropertyValue()
[all …]
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 OptionValueSP
307 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
H A DOptionValueUInt64.cpp17 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create()
19 lldb::OptionValueSP value_sp(new OptionValueUInt64()); in Create()
H A DOptionValue.cpp504 lldb::OptionValueSP OptionValue::CreateValueFromCStringForTypeMask( in CreateValueFromCStringForTypeMask()
508 lldb::OptionValueSP value_sp; in CreateValueFromCStringForTypeMask()
554 lldb::OptionValueSP m_parent_sp(m_parent_wp.lock()); in DumpQualifiedName()
570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
H A DOptionValueFileSpecList.cpp167 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone()
H A DProperty.cpp228 bool is_global, const lldb::OptionValueSP &value_sp) in Property()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp33 lldb::OptionValueSP
40 return lldb::OptionValueSP(); in GetPropertyValue()
H A DDisassembler.cpp256 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue( in ElideMixedSourceAndDisassemblyLine()
659 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream *out_stream, in ReadArray()
698 OptionValueSP data_value_sp; in ReadArray()
718 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream *out_stream) { in ReadDictionary()
773 lldb::OptionValueSP value_sp; in ReadDictionary()
855 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()
870 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h48 virtual lldb::OptionValueSP GetPropertyValue(const ExecutionContext *exe_ctx,
H A DDisassembler.h162 lldb::OptionValueSP ReadArray(FILE *in_file, Stream *out_stream,
165 lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream *out_stream);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp258 OptionValueSP value_sp(OptionValueUInt64::Create(option_value, error)); in SetOptionValue()
H A DCommandObjectSettings.cpp159 lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue( in HandleArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp283 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
H A DEmulateInstructionARM.cpp14397 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h355 typedef std::shared_ptr<lldb_private::OptionValue> OptionValueSP; typedef
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1343 lldb::OptionValueSP value_sp( in GetInternalVariableValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp461 OptionValueSP value_sp = in Process()