Searched refs:m_lldb_ip_regnum (Results 1 – 2 of 2) sorted by relevance
28 m_lldb_ip_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()145 m_lldb_ip_regnum = lldb_regno; in Initialize()253 m_lldb_ip_regnum = lldb_regno; in Initialize()936 row.SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()1252 row.GetRegisterInfo(m_lldb_ip_regnum, pc)) { in GetNonCallSiteUnwindPlanFromAssembly()
177 uint32_t m_lldb_ip_regnum; variable