Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp1 //===-- 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 DOptionValue.cpp127 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 DOptionValueProperties.cpp205 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
232 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
239 OptionValueDictionary *
H A DCMakeLists.txt37 OptionValueDictionary.cpp
H A DProperty.cpp71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
/llvm-project/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.h210 OptionValueDictionary *GetAsDictionary();
211 const OptionValueDictionary *GetAsDictionary() const;
H A DOptionValueProperties.h111 OptionValueDictionary *GetPropertyAtIndexAsOptionValueDictionary(
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
64 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
H A DEmulationStateARM.cpp261 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 DEmulateInstructionARM.h136 OptionValueDictionary *test_data) override;
/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp87 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 DEmulateInstructionMIPS.h24 class OptionValueDictionary; variable
80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h61 OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn59 "OptionValueDictionary.cpp",
/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h66 OptionValueDictionary *test_data) override;
H A DEmulateInstructionRISCV.cpp18 #include "lldb/Interpreter/OptionValueDictionary.h"
1767 OptionValueDictionary *test_data) { in CreateInstance()
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h56 OptionValueDictionary *test_data) override;
H A DEmulateInstructionLoongArch.cpp190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation()
/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h29 class OptionValueDictionary; variable
381 OptionValueDictionary *test_data) = 0;
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp22 #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 Dlldb-forward.h147 class OptionValueDictionary; variable
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp17 #include "lldb/Interpreter/OptionValueDictionary.h"
97 OptionValueDictionary *ModuleABIMap() const { in ModuleABIMap()

12