| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueDictionary.cpp | 21 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() 280 OptionValueDictionary::GetValueForKey(const ConstString &key) const { in GetValueForKey() 288 bool OptionValueDictionary::SetValueForKey(const ConstString &key, in SetValueForKey() 305 bool OptionValueDictionary::DeleteValueForKey(const ConstString &key) { in DeleteValueForKey() 314 lldb::OptionValueSP OptionValueDictionary::DeepCopy() const { in DeepCopy() 315 OptionValueDictionary *copied_dict = in DeepCopy() [all …]
|
| H A D | OptionValue.cpp | 132 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary() 134 return static_cast<OptionValueDictionary *>(this); in GetAsDictionary() 138 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary() 140 return static_cast<const OptionValueDictionary *>(this); in GetAsDictionary()
|
| H A D | OptionValueProperties.cpp | 294 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 313 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 346 OptionValueDictionary *
|
| H A D | Property.cpp | 68 m_value_sp.reset(new OptionValueDictionary(OptionValue::ConvertTypeToMask( in Property()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 19 class OptionValueDictionary : public OptionValue { 21 OptionValueDictionary(uint32_t type_mask = UINT32_MAX, 26 ~OptionValueDictionary() override {} in ~OptionValueDictionary()
|
| H A D | OptionValue.h | 207 OptionValueDictionary *GetAsDictionary(); 209 const OptionValueDictionary *GetAsDictionary() const;
|
| H A D | OptionValueProperties.h | 141 OptionValueDictionary *
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulationStateARM.cpp | 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 | EmulationStateARM.h | 38 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
|
| H A D | EmulateInstructionARM.h | 140 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionARM.cpp | 14431 OptionValueDictionary *test_data) { in TestEmulation() 14476 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 63 OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 28 class OptionValueDictionary; variable 388 OptionValueDictionary *test_data) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 67 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 74 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 79 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 158 class OptionValueDictionary; variable 389 typedef std::shared_ptr<lldb_private::OptionValueDictionary>
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Disassembler.cpp | 828 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary() 970 OptionValueDictionary *data_dictionary = in TestEmulation()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 276 SRCS+= Interpreter/OptionValueDictionary.cpp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 3534 OptionValueDictionary *env_dict = in GetHostEnvironmentIfNeeded()
|