Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
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)) in AssemblyParse_x86()
239 if (machine_regno_to_lldb_regno (m_machine_fp_regnum, lldb_regno)) in AssemblyParse_x86()
241 if (machine_regno_to_lldb_regno (m_machine_ip_regnum, lldb_regno)) in AssemblyParse_x86()
443 AssemblyParse_x86::machine_regno_to_lldb_regno (int machine_regno, uint32_t &lldb_regno) in machine_regno_to_lldb_regno() function in AssemblyParse_x86
600 … if (nonvolatile_reg_p (machine_regno) && machine_regno_to_lldb_regno (machine_regno, lldb_regno)) in get_non_call_site_unwind_plan()
621 if (machine_regno_to_lldb_regno (machine_regno, lldb_regno)) in get_non_call_site_unwind_plan()