Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h43 lldb::OptionValueSP
44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
48 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
56 lldb::OptionValueSP operator[](size_t idx) const {
57 lldb::OptionValueSP value_sp;
63 lldb::OptionValueSP GetValueAtIndex(size_t idx) const { in GetValueAtIndex()
64 lldb::OptionValueSP value_sp; in GetValueAtIndex()
70 bool AppendValue(const lldb::OptionValueSP &value_sp) { in AppendValue()
80 bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) { in InsertValue()
93 bool ReplaceValue(size_t idx, const lldb::OptionValueSP &value_sp) { in ReplaceValue()
[all …]
H A DOptionValueDictionary.h48 lldb::OptionValueSP
49 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
61 lldb::OptionValueSP GetValueForKey(llvm::StringRef key) const;
63 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
70 bool SetValueForKey(llvm::StringRef key, const lldb::OptionValueSP &value_sp,
82 llvm::StringMap<lldb::OptionValueSP> m_values;
H A DProperty.h40 const lldb::OptionValueSP &value_sp);
45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue()
47 void SetOptionValue(const lldb::OptionValueSP &value_sp) { in SetOptionValue()
69 lldb::OptionValueSP m_value_sp;
H A DOptionValue.h112 virtual lldb::OptionValueSP
113 DeepCopy(const lldb::OptionValueSP &new_parent) const;
119 virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
123 return lldb::OptionValueSP();
190 static lldb::OptionValueSP
257 void SetParent(const lldb::OptionValueSP &parent_sp) {
261 lldb::OptionValueSP GetParent() const { return m_parent_wp.lock(); }
342 virtual lldb::OptionValueSP Clone() const = 0;
H A DOptionValueProperties.h39 lldb::OptionValueSP
40 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
91 virtual lldb::OptionValueSP
94 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
97 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
133 bool is_global, const lldb::OptionValueSP &value_sp);
H A DOptionValueFileSpecList.h66 lldb::OptionValueSP Clone() const override;
H A DOptionValueUInt64.h33 static lldb::OptionValueSP Create(llvm::StringRef value_str, Status &error);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp45 const OptionValueSP &value_sp) { in AppendProperty()
52 lldb::OptionValueSP
57 return OptionValueSP(); in GetValueForKey()
60 return OptionValueSP(); in GetValueForKey()
64 lldb::OptionValueSP
67 lldb::OptionValueSP value_sp; in GetSubValue()
69 return OptionValueSP(); in GetSubValue()
86 lldb::OptionValueSP return_val_sp; in GetSubValue()
127 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, error)); in SetSubValue()
157 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex( in GetPropertyValueAtIndex()
[all …]
H A DOptionValueDictionary.cpp186 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
235 lldb::OptionValueSP
238 lldb::OptionValueSP value_sp; in GetSubValue()
290 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, error)); in SetSubValue()
300 lldb::OptionValueSP
302 lldb::OptionValueSP value_sp; in GetValueForKey()
310 const lldb::OptionValueSP &value_sp, in SetValueForKey()
335 OptionValueSP
336 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
H A DOptionValueArray.cpp95 lldb::OptionValueSP
149 return OptionValueSP(); in GetSubValue()
185 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
263 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
291 lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask( in SetArgs()
308 OptionValueSP
309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
H A DOptionValueUInt64.cpp16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create()
18 lldb::OptionValueSP value_sp(new OptionValueUInt64()); in Create()
H A DOptionValue.cpp527 lldb::OptionValueSP OptionValue::CreateValueFromCStringForTypeMask( in CreateValueFromCStringForTypeMask()
531 lldb::OptionValueSP value_sp; in DumpQualifiedName()
577 lldb::OptionValueSP m_parent_sp(m_parent_wp.lock()); in SetValueFromString()
593 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in SetValueFromString()
H A DOptionValueFileSpecList.cpp163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone()
H A DProperty.cpp233 const lldb::OptionValueSP &value_sp) in Property()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp40 lldb::OptionValueSP in GetPropertyValue()
46 return lldb::OptionValueSP(); in SetPropertyValue()
H A DDisassembler.cpp251 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue( in ElideMixedSourceAndDisassemblyLine()
702 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream &out_stream, in ReadArray()
741 OptionValueSP data_value_sp; in ReadArray()
761 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream &out_stream) { in ReadDictionary()
815 lldb::OptionValueSP value_sp; in ReadDictionary()
893 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()
908 OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h47 virtual lldb::OptionValueSP GetPropertyValue(const ExecutionContext *exe_ctx,
H A DDisassembler.h181 lldb::OptionValueSP ReadArray(FILE *in_file, Stream &out_stream,
184 lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream &out_stream);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp266 OptionValueSP value_sp = reg_dict->GetValueForKey(sstr.GetString()); in LoadRegistersStateFromDictionary()
284 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
H A DEmulateInstructionARM.cpp14360 OptionValueSP value_sp = test_data->GetValueForKey(opcode_key); in TestEmulation()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp250 OptionValueSP value_sp(OptionValueUInt64::Create(option_value, error)); in SetOptionValue()
H A DCommandObjectSettings.cpp164 lldb::OptionValueSP value_sp( in HandleArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h381 typedef std::shared_ptr<lldb_private::OptionValue> OptionValueSP; typedef
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1371 lldb::OptionValueSP value_sp( in GetInternalVariableValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp519 OptionValueSP value_sp = in Process()