Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.h39 bool CompareState(EmulationStateARM &other_state);
DEmulationStateARM.cpp254 bool EmulationStateARM::CompareState(EmulationStateARM &other_state) { in CompareState() function in EmulationStateARM
DEmulateInstructionARM.cpp14463 success = before_state.CompareState(after_state); in TestEmulation()