Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp24 m_machine_sp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()
60 m_machine_sp_regnum = k_machine_esp; in Initialize()
86 m_machine_sp_regnum = k_machine_rsp; in Initialize()
136 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()
165 m_machine_sp_regnum = k_machine_esp; in Initialize()
191 m_machine_sp_regnum = k_machine_rsp; in Initialize()
244 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()
H A Dx86AssemblyInspectionEngine.h163 uint32_t m_machine_sp_regnum; variable