Home
last modified time | relevance | path

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

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