Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h37 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
H A DEmulationStateARM.cpp315 bool EmulationStateARM::LoadStateFromDictionary( in LoadStateFromDictionary() function in EmulationStateARM
H A DEmulateInstructionARM.cpp14426 if (!before_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()
14439 if (!after_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()