reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14425   EmulationStateARM before_state;
14426   EmulationStateARM after_state;
14455   SetCallbacks(&EmulationStateARM::ReadPseudoMemory,
14456                &EmulationStateARM::WritePseudoMemory,
14457                &EmulationStateARM::ReadPseudoRegister,
14458                &EmulationStateARM::WritePseudoRegister);
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  151   EmulationStateARM *pseudo_state = (EmulationStateARM *)baton;
  191   EmulationStateARM *pseudo_state = (EmulationStateARM *)baton;
  228   EmulationStateARM *pseudo_state = (EmulationStateARM *)baton;
  247   EmulationStateARM *pseudo_state = (EmulationStateARM *)baton;
  254 bool EmulationStateARM::CompareState(EmulationStateARM &other_state) {
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
   39   bool CompareState(EmulationStateARM &other_state);