Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp20 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 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 DOptionValueProperties.cpp246 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
271 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
302 OptionValueDictionary *
H A DProperty.cpp73 std::make_shared<OptionValueDictionary>(OptionValue::ConvertTypeToMask( in Property()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h18 class OptionValueDictionary
19 : public Cloneable<OptionValueDictionary, OptionValue> {
21 OptionValueDictionary(uint32_t type_mask = UINT32_MAX,
25 ~OptionValueDictionary() override = default;
H A DOptionValue.h198 OptionValueDictionary *GetAsDictionary();
200 const OptionValueDictionary *GetAsDictionary() const;
H A DOptionValueProperties.h129 OptionValueDictionary *
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp276 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 DEmulationStateARM.h37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulateInstructionARM.h139 OptionValueDictionary *test_data) override;
H A DEmulateInstructionARM.cpp14387 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 DEmulateInstructionMIPS.h24 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 DEmulateInstructionPPC64.h62 OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h28 class OptionValueDictionary; variable
371 OptionValueDictionary *test_data) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h66 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h73 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h138 class OptionValueDictionary; variable
361 typedef std::shared_ptr<lldb_private::OptionValueDictionary>
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp722 auto option_value_sp = std::make_shared<OptionValueDictionary>(); in ReadDictionary()
865 OptionValueDictionary *data_dictionary = in TestEmulation()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile296 SRCS+= Interpreter/OptionValueDictionary.cpp