Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulationStateARM.cpp276 bool EmulationStateARM::LoadStateFromDictionary( in LoadStateFromDictionary() function in EmulationStateARM
H A DEmulateInstructionARM.cpp14396 if (!before_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()
14409 if (!after_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()