Home
last modified time | relevance | path

Searched refs:EmulationStateARM (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp23 EmulationStateARM::EmulationStateARM() : m_vfp_regs(), m_memory() { in EmulationStateARM() function in EmulationStateARM
27 EmulationStateARM::~EmulationStateARM() = default;
143 size_t EmulationStateARM::ReadPseudoMemory( in ReadPseudoMemory()
151 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in ReadPseudoMemory()
184 size_t EmulationStateARM::WritePseudoMemory( in WritePseudoMemory()
191 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in WritePseudoMemory()
220 bool EmulationStateARM::ReadPseudoRegister( in ReadPseudoRegister()
228 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in ReadPseudoRegister()
239 bool EmulationStateARM::WritePseudoRegister( in WritePseudoRegister()
247 EmulationStateARM *pseudo_state = (EmulationStateARM *)baton; in WritePseudoRegister()
[all …]
H A DEmulationStateARM.h17 class EmulationStateARM {
19 EmulationStateARM();
21 virtual ~EmulationStateARM();
39 bool CompareState(EmulationStateARM &other_state,
81 EmulationStateARM(const EmulationStateARM &) = delete;
82 const EmulationStateARM &operator=(const EmulationStateARM &) = delete;
H A DCMakeLists.txt3 EmulationStateARM.cpp
H A DEmulateInstructionARM.cpp14415 EmulationStateARM before_state; in TestEmulation()
14416 EmulationStateARM after_state; in TestEmulation()
14445 SetCallbacks(&EmulationStateARM::ReadPseudoMemory, in TestEmulation()
14446 &EmulationStateARM::WritePseudoMemory, in TestEmulation()
14447 &EmulationStateARM::ReadPseudoRegister, in TestEmulation()
14448 &EmulationStateARM::WritePseudoRegister); in TestEmulation()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Instruction/ARM/
H A DBUILD.gn18 "EmulationStateARM.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4167 lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h