Searched refs:m_machine_fp_regnum (Results 1 – 2 of 2) sorted by relevance
25 m_machine_fp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()61 m_machine_fp_regnum = k_machine_ebp; in Initialize()87 m_machine_fp_regnum = k_machine_rbp; in Initialize()138 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()166 m_machine_fp_regnum = k_machine_ebp; in Initialize()192 m_machine_fp_regnum = k_machine_rbp; in Initialize()246 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()911 if (saved_registers[m_machine_fp_regnum]) { in GetNonCallSiteUnwindPlanFromAssembly()912 saved_registers[m_machine_fp_regnum] = false; in GetNonCallSiteUnwindPlanFromAssembly()
164 uint32_t m_machine_fp_regnum; variable