Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14386 EmulationStateARM after_state; in TestEmulation() local
14409 if (!after_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()
14426 success = before_state.CompareState(after_state, out_stream); in TestEmulation()