Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h33 void ClearPseudoMemory();
H A DEmulationStateARM.cpp83 void EmulationStateARM::ClearPseudoMemory() { m_memory.clear(); } in ClearPseudoMemory() function in EmulationStateARM