Searched refs:m_machine_fp_regnum (Results 1 – 2 of 2) sorted by relevance
26 m_machine_fp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()62 m_machine_fp_regnum = k_machine_ebp; in Initialize()88 m_machine_fp_regnum = k_machine_rbp; in Initialize()139 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()167 m_machine_fp_regnum = k_machine_ebp; in Initialize()193 m_machine_fp_regnum = k_machine_rbp; in Initialize()247 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize()1116 if (saved_registers[m_machine_fp_regnum]) { in GetNonCallSiteUnwindPlanFromAssembly()1117 saved_registers[m_machine_fp_regnum] = false; in GetNonCallSiteUnwindPlanFromAssembly()
175 uint32_t m_machine_fp_regnum; variable