Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueDictionary.cpp21 void OptionValueDictionary::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()
91 OptionValueDictionary::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()
99 size_t OptionValueDictionary::GetArgs(Args &args) const { in GetArgs()
110 Status OptionValueDictionary::SetArgs(const Args &args, in SetArgs()
226 Status OptionValueDictionary::SetValueFromString(llvm::StringRef value, in SetValueFromString()
236 OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
285 Status OptionValueDictionary::SetSubValue(const ExecutionContext *exe_ctx, in SetSubValue()
301 OptionValueDictionary::GetValueForKey(llvm::StringRef key) const { in GetValueForKey()
309 bool OptionValueDictionary::SetValueForKey(llvm::StringRef key, in SetValueForKey()
326 bool OptionValueDictionary::DeleteValueForKey(llvm::StringRef key) { in DeleteValueForKey()
[all …]
HDOptionValue.cpp129 OptionValueDictionary *OptionValue::GetAsDictionary() { in GetAsDictionary()
131 return static_cast<OptionValueDictionary *>(this); in GetAsDictionary()
135 const OptionValueDictionary *OptionValue::GetAsDictionary() const { in GetAsDictionary()
137 return static_cast<const OptionValueDictionary *>(this); in GetAsDictionary()
HDOptionValueProperties.cpp205 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
232 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
239 OptionValueDictionary *
HDProperty.cpp71 m_value_sp = std::make_shared<OptionValueDictionary>( in Property()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueDictionary.h19 class OptionValueDictionary
20 : public Cloneable<OptionValueDictionary, OptionValue> {
22 OptionValueDictionary(uint32_t type_mask = UINT32_MAX,
28 ~OptionValueDictionary() override = default;
HDOptionValue.h209 OptionValueDictionary *GetAsDictionary();
210 const OptionValueDictionary *GetAsDictionary() const;
HDOptionValueProperties.h111 OptionValueDictionary *GetPropertyAtIndexAsOptionValueDictionary(
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
HDEmulationStateARM.h35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
64 lldb_private::OptionValueDictionary *reg_dict, char kind, int first_reg,
HDEmulationStateARM.cpp261 OptionValueDictionary *reg_dict, char kind, int first_reg, int num) { in LoadRegistersStateFromDictionary()
277 OptionValueDictionary *test_data) { in LoadStateFromDictionary()
293 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
324 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary()
HDEmulateInstructionARM.h136 OptionValueDictionary *test_data) override;
HDEmulateInstructionARM.cpp14350 OptionValueDictionary *test_data) { in TestEmulation()
14395 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h24 class OptionValueDictionary; variable
80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
HDEmulateInstructionPPC64.h61 OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.h56 OptionValueDictionary *test_data) override;
HDEmulateInstructionLoongArch.cpp190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.h66 OptionValueDictionary *test_data) override;
HDEmulateInstructionRISCV.cpp1767 OptionValueDictionary *test_data) { in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h29 class OptionValueDictionary; variable
381 OptionValueDictionary *test_data) = 0;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
HDEmulateInstructionARM64.h65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp765 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary()
903 OptionValueDictionary *data_dictionary = in TestEmulation()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h147 class OptionValueDictionary; variable
/freebsd-head/lib/clang/liblldb/
HDMakefile326 SRCS+= Interpreter/OptionValueDictionary.cpp