Searched defs:EmulationStateARM (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h18 class EmulationStateARM { class
21 EmulationStateARM ();
24 ~EmulationStateARM ();
51 CompareState (EmulationStateARM &other_state);
97 DISALLOW_COPY_AND_ASSIGN (EmulationStateARM);
H A DEmulationStateARM.cpp1 //===-- EmulationStateARM.cpp -----------------------------------*- C++ -*-===//
10 #include "EmulationStateARM.h"
24 EmulationStateARM::EmulationStateARM () : function in class:EmulationStateARM
32 EmulationStateARM::~EmulationStateARM ()
37 EmulationStateARM::LoadPseudoRegistersFromFrame (StackFrame &frame)
78 EmulationStateARM::StorePseudoRegisterValue (uint32_t reg_num, uint64_t value)
103 EmulationStateARM::ReadPseudoRegisterValue (uint32_t reg_num, bool &success)
129 EmulationStateARM
[all...]

Completed in 252 milliseconds