Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h40 bool CompareState(EmulationStateARM &other_state);
H A DEmulationStateARM.cpp255 bool EmulationStateARM::CompareState(EmulationStateARM &other_state) { in CompareState() function in EmulationStateARM
H A DEmulateInstructionARM.cpp14507 success = before_state.CompareState(after_state); in TestEmulation()