Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueDictionary.cpp26 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 …]
HDOptionValue.cpp177 OptionValueDictionary *
181 return static_cast<OptionValueDictionary *>(this); in GetAsDictionary()
185 const OptionValueDictionary *
189 return static_cast<const OptionValueDictionary *>(this); in GetAsDictionary()
HDOptionValueProperties.cpp328 const OptionValueDictionary *dict = value->GetAsDictionary(); in GetPropertyAtIndexAsArgs()
351 OptionValueDictionary *dict = value->GetAsDictionary(); in SetPropertyAtIndexFromArgs()
389 OptionValueDictionary *
HDProperty.cpp69 …m_value_sp.reset (new OptionValueDictionary(OptionValue::ConvertTypeToMask((OptionValue::Type)defi… in Property()
/NextBSD/lib/clang/liblldbInterpreter/
HDMakefile.depend81 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 …]
HDMakefile32 OptionValueDictionary.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueDictionary.h23 class OptionValueDictionary : public OptionValue
26 OptionValueDictionary (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = true) :
35 ~OptionValueDictionary() in ~OptionValueDictionary()
HDOptionValue.h245 OptionValueDictionary *
248 const OptionValueDictionary *
HDOptionValueProperties.h186 OptionValueDictionary *
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulationStateARM.cpp319 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()
HDEmulationStateARM.h48 LoadStateFromDictionary (lldb_private::OptionValueDictionary *test_data);
HDEmulateInstructionARM.h170 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
HDEmulateInstructionARM.cpp13646 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/
HDEmulateInstructionARM64.h94 lldb_private::OptionValueDictionary *test_data) in TestEmulation()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.h98 lldb_private::OptionValueDictionary *test_data) in TestEmulation()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.h98 lldb_private::OptionValueDictionary *test_data) in TestEmulation()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h147 class OptionValueDictionary; variable
353 typedef std::shared_ptr<lldb_private::OptionValueDictionary> OptionValueDictionarySP;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDEmulateInstruction.h409 TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) = 0;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp749 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/
HDTarget.cpp3103OptionValueDictionary *env_dict = GetPropertyAtIndexAsOptionValueDictionary (NULL, ePropertyEnvVar… in GetHostEnvironmentIfNeeded()