Searched refs:OptionValueDictionary (Results 1 – 20 of 20) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueDictionary.cpp | 26 OptionValueDictionary::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) in DumpValue() 85 OptionValueDictionary::GetArgs (Args &args) const in GetArgs() 100 OptionValueDictionary::SetArgs (const Args &args, VarSetOperationType op) in SetArgs() 225 OptionValueDictionary::SetValueFromString (llvm::StringRef value, VarSetOperationType op) in SetValueFromString() 235 OptionValueDictionary::GetSubValue (const ExecutionContext *exe_ctx, const char *name, bool will_mo… in GetSubValue() 336 OptionValueDictionary::SetSubValue (const ExecutionContext *exe_ctx, VarSetOperationType op, const … in SetSubValue() 353 OptionValueDictionary::GetValueForKey (const ConstString &key) const in GetValueForKey() 363 OptionValueDictionary::GetStringValueForKey (const ConstString &key) in GetStringValueForKey() 377 OptionValueDictionary::SetStringValueForKey (const ConstString &key, in SetStringValueForKey() 398 OptionValueDictionary::SetValueForKey (const ConstString &key, in SetValueForKey() [all …]
|
| HD | OptionValue.cpp | 177 OptionValueDictionary * 181 return static_cast<OptionValueDictionary *>(this); in GetAsDictionary() 185 const OptionValueDictionary * 189 return static_cast<const OptionValueDictionary *>(this); in GetAsDictionary()
|
| HD | OptionValueProperties.cpp | 328 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs() 351 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs() 389 OptionValueDictionary *
|
| HD | Property.cpp | 69 …m_value_sp.reset (new OptionValueDictionary(OptionValue::ConvertTypeToMask((OptionValue::Type)defi… in Property()
|
| /NextBSD/lib/clang/liblldbInterpreter/ |
| HD | Makefile.depend | 81 OptionValueDictionary.o: AttrList.inc.h 82 OptionValueDictionary.o: Attrs.inc.h 83 OptionValueDictionary.o: CommentCommandList.inc.h 84 OptionValueDictionary.o: DeclNodes.inc.h 85 OptionValueDictionary.o: DiagnosticCommonKinds.inc.h 86 OptionValueDictionary.o: StmtNodes.inc.h 87 OptionValueDictionary.po: AttrList.inc.h 88 OptionValueDictionary.po: Attrs.inc.h 89 OptionValueDictionary.po: CommentCommandList.inc.h 90 OptionValueDictionary.po: DeclNodes.inc.h [all …]
|
| HD | Makefile | 32 OptionValueDictionary.cpp \
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | OptionValueDictionary.h | 23 class OptionValueDictionary : public OptionValue 26 OptionValueDictionary (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = true) : 35 ~OptionValueDictionary() in ~OptionValueDictionary()
|
| HD | OptionValue.h | 245 OptionValueDictionary * 248 const OptionValueDictionary *
|
| HD | OptionValueProperties.h | 186 OptionValueDictionary *
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulationStateARM.cpp | 319 EmulationStateARM::LoadStateFromDictionary (OptionValueDictionary *test_data) in LoadStateFromDictionary() 337 OptionValueDictionary *mem_dict = value_sp->GetAsDictionary(); in LoadStateFromDictionary() 370 OptionValueDictionary *reg_dict = value_sp->GetAsDictionary (); in LoadStateFromDictionary()
|
| HD | EmulationStateARM.h | 48 LoadStateFromDictionary (lldb_private::OptionValueDictionary *test_data);
|
| HD | EmulateInstructionARM.h | 170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
|
| HD | EmulateInstructionARM.cpp | 13646 EmulateInstructionARM::TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *te… in TestEmulation() 13698 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary (); in TestEmulation()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| HD | EmulateInstructionARM64.h | 94 lldb_private::OptionValueDictionary *test_data) in TestEmulation()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| HD | EmulateInstructionMIPS64.h | 98 lldb_private::OptionValueDictionary *test_data) in TestEmulation()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| HD | EmulateInstructionMIPS.h | 98 lldb_private::OptionValueDictionary *test_data) in TestEmulation()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-forward.h | 147 class OptionValueDictionary; variable 353 typedef std::shared_ptr<lldb_private::OptionValueDictionary> OptionValueDictionarySP;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | EmulateInstruction.h | 409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Disassembler.cpp | 749 OptionValueSP option_value_sp (new OptionValueDictionary()); in ReadDictionary() 908 OptionValueDictionary *data_dictionary = data_dictionary_sp->GetAsDictionary(); in TestEmulation()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 3103 …OptionValueDictionary *env_dict = GetPropertyAtIndexAsOptionValueDictionary (NULL, ePropertyEnvVar… in GetHostEnvironmentIfNeeded()
|