Searched refs:machine_regno_to_lldb_regno (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| D | x86AssemblyInspectionEngine.cpp | 137 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize() 139 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize() 141 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize() 143 if (machine_regno_to_lldb_regno(m_machine_ip_regnum, lldb_regno)) in Initialize() 245 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize() 247 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize() 249 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize() 251 if (machine_regno_to_lldb_regno(m_machine_ip_regnum, lldb_regno)) in Initialize() 905 bool x86AssemblyInspectionEngine::machine_regno_to_lldb_regno( in machine_regno_to_lldb_regno() function in x86AssemblyInspectionEngine 1063 machine_regno_to_lldb_regno(machine_regno, lldb_regno) && in GetNonCallSiteUnwindPlanFromAssembly() [all …]
|
| D | x86AssemblyInspectionEngine.h | 133 bool machine_regno_to_lldb_regno(int machine_regno, uint32_t &lldb_regno);
|