Searched refs:m_machine_fp_regnum (Results 1 – 2 of 2) sorted by relevance
26 m_machine_fp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()63 m_machine_fp_regnum = k_machine_ebp; in Initialize()89 m_machine_fp_regnum = k_machine_rbp; in Initialize()140 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()168 m_machine_fp_regnum = k_machine_ebp; in Initialize()194 m_machine_fp_regnum = k_machine_rbp; in Initialize()248 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()1114 if (saved_registers[m_machine_fp_regnum]) { in GetNonCallSiteUnwindPlanFromAssembly()1115 saved_registers[m_machine_fp_regnum] = false; in GetNonCallSiteUnwindPlanFromAssembly()
176 uint32_t m_machine_fp_regnum; variable