Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14425 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation() local
14426 if (!before_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()
14438 state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
14439 if (!after_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()