Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp25 m_machine_sp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()
62 m_machine_sp_regnum = k_machine_esp; in Initialize()
88 m_machine_sp_regnum = k_machine_rsp; in Initialize()
138 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()
167 m_machine_sp_regnum = k_machine_esp; in Initialize()
193 m_machine_sp_regnum = k_machine_rsp; in Initialize()
246 if (machine_regno_to_lldb_regno(m_machine_sp_regnum, lldb_regno)) in Initialize()
H A Dx86AssemblyInspectionEngine.h175 uint32_t m_machine_sp_regnum; variable