| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueDictionary.cpp | 20 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() 315 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 | OptionValueProperties.cpp | 246 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 271 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 302 OptionValueDictionary *
|
| H A D | Property.cpp | 73 std::make_shared<OptionValueDictionary>(OptionValue::ConvertTypeToMask( in Property()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 18 class OptionValueDictionary 19 : public Cloneable<OptionValueDictionary, OptionValue> { 21 OptionValueDictionary(uint32_t type_mask = UINT32_MAX, 25 ~OptionValueDictionary() override = default;
|
| H A D | OptionValue.h | 198 OptionValueDictionary *GetAsDictionary(); 200 const OptionValueDictionary *GetAsDictionary() const;
|
| H A D | OptionValueProperties.h | 129 OptionValueDictionary *
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 276 OptionValueDictionary *test_data) { in LoadStateFromDictionary() 292 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 323 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
| H A D | EmulationStateARM.h | 37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
|
| H A D | EmulateInstructionARM.h | 139 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionARM.cpp | 14387 OptionValueDictionary *test_data) { in TestEmulation() 14432 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 24 class OptionValueDictionary; variable 81 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 62 OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 28 class OptionValueDictionary; variable 371 OptionValueDictionary *test_data) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 66 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 73 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 138 class OptionValueDictionary; variable 361 typedef std::shared_ptr<lldb_private::OptionValueDictionary>
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Disassembler.cpp | 722 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary() 865 OptionValueDictionary *data_dictionary = in TestEmulation()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 296 SRCS+= Interpreter/OptionValueDictionary.cpp
|