Home
last modified time | relevance | path

Searched refs:m_memory (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp24 EmulationStateARM::EmulationStateARM() : m_gpr(), m_vfp_regs(), m_memory() { in EmulationStateARM()
121 void EmulationStateARM::ClearPseudoMemory() { m_memory.clear(); } in ClearPseudoMemory()
125 m_memory[p_address] = value; in StoreToPseudoAddress()
135 pos = m_memory.find(p_address); in ReadFromPseudoAddress()
136 if (pos != m_memory.end()) in ReadFromPseudoAddress()
H A DEmulationStateARM.h73 std::map<lldb::addr_t, uint32_t> m_memory; // Eventually will want to change variable