Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h37 bool CompareState(EmulationStateARM &other_state,
H A DEmulationStateARM.cpp217 bool EmulationStateARM::CompareState(EmulationStateARM &other_state, in CompareState() function in EmulationStateARM
H A DEmulateInstructionARM.cpp14426 success = before_state.CompareState(after_state, out_stream); in TestEmulation()