/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueDictionary.cpp | 1 //===-- OptionValueDictionary.cpp -----------------------------------------===// 9 #include "lldb/Interpreter/OptionValueDictionary.h" 21 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx, in DumpValue() 91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() 99 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs() 110 Status OptionValueDictionary::SetArgs(const Args &args, in SetArgs() 228 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value, in SetValueFromString() 238 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() 290 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue() 307 OptionValueDictionary in GetValueForKey() [all...] |
H A D | OptionValue.cpp | 127 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsArgs() 129 return static_cast<OptionValueDictionary *>(this); in GetAsDictionary() 133 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() 135 return static_cast<const OptionValueDictionary *>(this); in GetAsDictionary()
|
H A D | OptionValueProperties.cpp | 205 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 232 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 239 OptionValueDictionary *
|
H A D | CMakeLists.txt | 37 OptionValueDictionary.cpp
|
H A D | Property.cpp | 71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
|
/llvm-project/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 | 210 OptionValueDictionary *GetAsDictionary(); 211 const OptionValueDictionary *GetAsDictionary() const;
|
H A D | OptionValueProperties.h | 111 OptionValueDictionary *GetPropertyAtIndexAsOptionValueDictionary(
|
/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulationStateARM.h | 35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data); 64 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
|
H A D | EmulationStateARM.cpp | 261 OptionValueDictionary *reg_dict, char kind, int first_reg, int num) { in LoadRegistersStateFromDictionary() 277 OptionValueDictionary *test_data) { in LoadStateFromDictionary() 293 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 324 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
H A D | EmulateInstructionARM.h | 136 OptionValueDictionary *test_data) override;
|
/llvm-project/lldb/unittests/Interpreter/ |
H A D | TestOptionValue.cpp | 87 auto dict_sp = std::make_shared<OptionValueDictionary>(1 << eTypeUInt64); in CreateGlobal() 103 OptionValueDictionary *GetDictionary() { in GetDictionary()
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.h | 24 class OptionValueDictionary; variable 80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.h | 61 OptionValueDictionary *test_data) override { in TestEmulation()
|
/llvm-project/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
H A D | BUILD.gn | 59 "OptionValueDictionary.cpp",
|
/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.h | 66 OptionValueDictionary *test_data) override;
|
H A D | EmulateInstructionRISCV.cpp | 18 #include "lldb/Interpreter/OptionValueDictionary.h" 1767 OptionValueDictionary *test_data) { in CreateInstance()
|
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.h | 56 OptionValueDictionary *test_data) override;
|
H A D | EmulateInstructionLoongArch.cpp | 190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | EmulateInstruction.h | 29 class OptionValueDictionary; variable 381 OptionValueDictionary *test_data) = 0;
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.h | 72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 22 #include "lldb/Interpreter/OptionValueDictionary.h" 779 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary() 905 // OptionValueDictionary. in TestEmulation() 917 OptionValueDictionary *data_dictionary = in TestEmulation()
|
/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 147 class OptionValueDictionary; variable
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 17 #include "lldb/Interpreter/OptionValueDictionary.h" 97 OptionValueDictionary *ModuleABIMap() const { in ModuleABIMap()
|