Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp21 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 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()
H A DCMakeLists.txt35 OptionValueDictionary.cpp
H A DOptionValueProperties.cpp262 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
289 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
320 OptionValueDictionary *
H A DProperty.cpp71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
/openbsd-src/gnu/llvm/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.h209 OptionValueDictionary *GetAsDictionary();
211 const OptionValueDictionary *GetAsDictionary() const;
H A DOptionValueProperties.h134 OptionValueDictionary *
/openbsd-src/gnu/llvm/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.cpp262 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 DEmulateInstructionARM.h137 OptionValueDictionary *test_data) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h24 class OptionValueDictionary; variable
80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h61 OptionValueDictionary *test_data) override { in TestEmulation()
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile34 OptionValueDictionary.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn58 "OptionValueDictionary.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h65 OptionValueDictionary *test_data) override;
H A DEmulateInstructionRISCV.cpp1752 OptionValueDictionary *test_data) { in TestEmulation()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h29 class OptionValueDictionary; variable
379 OptionValueDictionary *test_data) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp757 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 Dlldb-forward.h144 class OptionValueDictionary; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp98 OptionValueDictionary *ModuleABIMap() const { in ModuleABIMap()

12