Searched refs:m_machine_sp_regnum (Results 1 – 2 of 2) sorted by relevance
24 m_machine_sp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()60 m_machine_sp_regnum = k_machine_esp; in Initialize()86 m_machine_sp_regnum = k_machine_rsp; in Initialize()136 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()165 m_machine_sp_regnum = k_machine_esp; in Initialize()191 m_machine_sp_regnum = k_machine_rsp; in Initialize()244 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()
163 uint32_t m_machine_sp_regnum; variable