Searched refs:machine_regno_to_lldb_regno (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
H A D | x86AssemblyInspectionEngine.cpp | 138 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize() 140 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize() 142 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize() 144 if (machine_regno_to_lldb_regno(m_machine_ip_regnum, lldb_regno)) in Initialize() 246 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize() 248 if (machine_regno_to_lldb_regno(m_machine_fp_regnum, lldb_regno)) in Initialize() 250 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize() 252 if (machine_regno_to_lldb_regno(m_machine_ip_regnum, lldb_regno)) in Initialize() 891 bool x86AssemblyInspectionEngine::machine_regno_to_lldb_regno( in machine_regno_to_lldb_regno() function in x86AssemblyInspectionEngine 1052 machine_regno_to_lldb_regno(machine_regno, lldb_regno) && in GetNonCallSiteUnwindPlanFromAssembly() [all …]
|
H A D | x86AssemblyInspectionEngine.h | 133 bool machine_regno_to_lldb_regno(int machine_regno, uint32_t &lldb_regno);
|