Searched refs:m_machine_sp_regnum (Results 1 – 2 of 2) sorted by relevance
25 m_machine_sp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()62 m_machine_sp_regnum = k_machine_esp; in Initialize()88 m_machine_sp_regnum = k_machine_rsp; in Initialize()138 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()167 m_machine_sp_regnum = k_machine_esp; in Initialize()193 m_machine_sp_regnum = k_machine_rsp; in Initialize()246 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()
175 uint32_t m_machine_sp_regnum; variable