| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueDictionary.cpp | 21 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx, in DumpValue() 87 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON() 95 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs() 107 Status OptionValueDictionary::SetArgs(const Args &args, in SetArgs() 223 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value, in SetValueFromString() 233 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue() 283 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue() 300 OptionValueDictionary::GetValueForKey(ConstString key) const { in GetValueForKey() 308 bool OptionValueDictionary::SetValueForKey(ConstString key, in SetValueForKey() 325 bool OptionValueDictionary::DeleteValueForKey(ConstString key) { in DeleteValueForKey() [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 | CMakeLists.txt | 35 OptionValueDictionary.cpp
|
| H A D | OptionValueProperties.cpp | 262 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 289 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 320 OptionValueDictionary *
|
| H A D | Property.cpp | 71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
|
| /openbsd-src/gnu/llvm/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 | 209 OptionValueDictionary *GetAsDictionary(); 211 const OptionValueDictionary *GetAsDictionary() const;
|
| H A D | OptionValueProperties.h | 134 OptionValueDictionary *
|
| /openbsd-src/gnu/llvm/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 | 262 OptionValueDictionary *reg_dict, char kind, int first_reg, int num) { in LoadRegistersStateFromDictionary() 279 OptionValueDictionary *test_data) { in LoadStateFromDictionary() 295 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 326 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
|
| H A D | EmulateInstructionARM.h | 137 OptionValueDictionary *test_data) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 24 class OptionValueDictionary; variable 80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.h | 61 OptionValueDictionary *test_data) override { in TestEmulation()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/ |
| H A D | Makefile | 34 OptionValueDictionary.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
| H A D | BUILD.gn | 58 "OptionValueDictionary.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 65 OptionValueDictionary *test_data) override;
|
| H A D | EmulateInstructionRISCV.cpp | 1752 OptionValueDictionary *test_data) { in TestEmulation()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 29 class OptionValueDictionary; variable 379 OptionValueDictionary *test_data) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Disassembler.cpp | 757 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary() 900 OptionValueDictionary *data_dictionary = in TestEmulation()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 144 class OptionValueDictionary; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 98 OptionValueDictionary *ModuleABIMap() const { in ModuleABIMap()
|