Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DOptionValueDictionary.cpp20 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
85 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs()
97 Status OptionValueDictionary::SetArgs(const Args &args, in SetArgs()
203 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value, in SetValueFromString()
213 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
263 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
280 OptionValueDictionary::GetValueForKey(ConstString key) const { in GetValueForKey()
288 bool OptionValueDictionary::SetValueForKey(ConstString key, in SetValueForKey()
305 bool OptionValueDictionary::DeleteValueForKey(ConstString key) { in DeleteValueForKey()
314 lldb::OptionValueSP OptionValueDictionary::DeepCopy() const { in DeepCopy()
[all …]
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()
DCMakeLists.txt34 OptionValueDictionary.cpp
DOptionValueProperties.cpp260 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
279 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
312 OptionValueDictionary *
DProperty.cpp73 std::make_shared<OptionValueDictionary>(OptionValue::ConvertTypeToMask( in Property()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueDictionary.h18 class OptionValueDictionary : public OptionValue {
20 OptionValueDictionary(uint32_t type_mask = UINT32_MAX,
25 ~OptionValueDictionary() override {} in ~OptionValueDictionary()
DOptionValue.h196 OptionValueDictionary *GetAsDictionary();
198 const OptionValueDictionary *GetAsDictionary() const;
DOptionValueProperties.h127 OptionValueDictionary *
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp276 OptionValueDictionary *test_data) { in LoadStateFromDictionary()
292 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
323 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
DEmulationStateARM.h37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
DEmulateInstructionARM.h139 OptionValueDictionary *test_data) override;
DEmulateInstructionARM.cpp14387 OptionValueDictionary *test_data) { in TestEmulation()
14432 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h24 class OptionValueDictionary; variable
81 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.h62 OptionValueDictionary *test_data) override { in TestEmulation()
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h28 class OptionValueDictionary; variable
371 OptionValueDictionary *test_data) = 0;
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h66 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h73 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h138 class OptionValueDictionary; variable
359 typedef std::shared_ptr<lldb_private::OptionValueDictionary>
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp724 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary()
867 OptionValueDictionary *data_dictionary = in TestEmulation()