Home
last modified time | relevance | path

Searched refs:OptionValueDictionary (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp21 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
86 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs()
98 Status OptionValueDictionary::SetArgs(const Args &args, in SetArgs()
214 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value, in SetValueFromString()
224 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
274 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
291 OptionValueDictionary::GetValueForKey(ConstString key) const { in GetValueForKey()
299 bool OptionValueDictionary::SetValueForKey(ConstString key, in SetValueForKey()
316 bool OptionValueDictionary::DeleteValueForKey(ConstString key) { in DeleteValueForKey()
326 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
[all …]
H A DOptionValue.cpp130 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary()
132 return static_cast<OptionValueDictionary *>(this); in GetAsDictionary()
136 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary()
138 return static_cast<const OptionValueDictionary *>(this); in GetAsDictionary()
H A DCMakeLists.txt35 OptionValueDictionary.cpp
H A DOptionValueProperties.cpp258 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
283 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
314 OptionValueDictionary *
H A DProperty.cpp71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h19 class OptionValueDictionary
20 : public Cloneable<OptionValueDictionary, OptionValue> {
22 OptionValueDictionary(uint32_t type_mask = UINT32_MAX,
28 ~OptionValueDictionary() override = default;
H A DOptionValue.h198 OptionValueDictionary *GetAsDictionary();
200 const OptionValueDictionary *GetAsDictionary() const;
H A DOptionValueProperties.h132 OptionValueDictionary *
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
66 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
H A DEmulationStateARM.cpp299 OptionValueDictionary *reg_dict, char kind, int first_reg, int num) { in LoadRegistersStateFromDictionary()
316 OptionValueDictionary *test_data) { in LoadStateFromDictionary()
332 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
363 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
H A DEmulateInstructionARM.h136 OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp14380 OptionValueDictionary *test_data) { in TestEmulation()
14425 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp86 auto dict_sp = std::make_shared<OptionValueDictionary>(1 << eTypeUInt64); in CreateGlobal()
104 OptionValueDictionary *GetDictionary() { in GetDictionary()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h24 class OptionValueDictionary; variable
79 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h60 OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn58 "OptionValueDictionary.cpp",
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DEmulateInstruction.h28 class OptionValueDictionary; variable
371 OptionValueDictionary *test_data) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h64 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h71 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp757 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary()
900 OptionValueDictionary *data_dictionary = in TestEmulation()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h144 class OptionValueDictionary; variable
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp96 OptionValueDictionary *ModuleABIMap() const { in ModuleABIMap()