| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueDictionary.cpp | 21 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 D | OptionValue.cpp | 130 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 D | CMakeLists.txt | 35 OptionValueDictionary.cpp
|
| H A D | OptionValueProperties.cpp | 258 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 283 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 314 OptionValueDictionary *
|
| H A D | Property.cpp | 71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 19 class OptionValueDictionary 20 : public Cloneable<OptionValueDictionary, OptionValue> { 22 OptionValueDictionary(uint32_t type_mask = UINT32_MAX, 28 ~OptionValueDictionary() override = default;
|
| H A D | OptionValue.h | 198 OptionValueDictionary *GetAsDictionary(); 200 const OptionValueDictionary *GetAsDictionary() const;
|
| H A D | OptionValueProperties.h | 132 OptionValueDictionary *
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.h | 37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data); 66 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
|
| H A D | EmulationStateARM.cpp | 299 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 D | EmulateInstructionARM.h | 136 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionARM.cpp | 14380 OptionValueDictionary *test_data) { in TestEmulation() 14425 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
|
| /llvm-project-15.0.7/lldb/unittests/Interpreter/ |
| H A D | TestOptionValue.cpp | 86 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 D | EmulateInstructionMIPS.h | 24 class OptionValueDictionary; variable 79 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 60 OptionValueDictionary *test_data) override { in TestEmulation()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
| H A D | BUILD.gn | 58 "OptionValueDictionary.cpp",
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 28 class OptionValueDictionary; variable 371 OptionValueDictionary *test_data) = 0;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 64 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 71 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Disassembler.cpp | 757 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 D | lldb-forward.h | 144 class OptionValueDictionary; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 96 OptionValueDictionary *ModuleABIMap() const { in ModuleABIMap()
|