Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14422 EmulationStateARM before_state; in TestEmulation() local
14433 if (!before_state.LoadStateFromDictionary(state_dictionary)) { in TestEmulation()
14451 SetBaton((void *)&before_state); in TestEmulation()
14463 success = before_state.CompareState(after_state); in TestEmulation()