Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14432 OptionValueDictionary *state_dictionary = value_sp->GetAsDictionary(); in TestEmulation() local
14433 if (!before_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()
14445 state_dictionary = value_sp->GetAsDictionary(); in TestEmulation()
14446 if (!after_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()