Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h39 bool CompareState(EmulationStateARM &other_state,
H A DEmulationStateARM.cpp254 bool EmulationStateARM::CompareState(EmulationStateARM &other_state, in CompareState() function in EmulationStateARM
H A DEmulateInstructionARM.cpp14456 success = before_state.CompareState(after_state, out_stream); in TestEmulation()