Searched refs:machine_regno_to_lldb_regno (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp142 bool machine_regno_to_lldb_regno (int machine_regno, uint32_t& lldb_regno);
237 if (machine_regno_to_lldb_regno (m_machine_sp_regnum, lldb_regno))
239 if (machine_regno_to_lldb_regno (m_machine_fp_regnum, lldb_regno))
241 if (machine_regno_to_lldb_regno (m_machine_ip_regnum, lldb_regno))
443 AssemblyParse_x86::machine_regno_to_lldb_regno (int machine_regno, uint32_t &lldb_regno) function in class:AssemblyParse_x86
600 if (nonvolatile_reg_p (machine_regno) && machine_regno_to_lldb_regno (machine_regno, lldb_regno))
621 if (machine_regno_to_lldb_regno (machine_regno, lldb_regno))

Completed in 94 milliseconds