Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp27 m_machine_alt_fp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()
64 m_machine_alt_fp_regnum = k_machine_ebx; in Initialize()
90 m_machine_alt_fp_regnum = k_machine_rbx; in Initialize()
142 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize()
169 m_machine_alt_fp_regnum = k_machine_ebx; in Initialize()
195 m_machine_alt_fp_regnum = k_machine_rbx; in Initialize()
250 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize()
H A Dx86AssemblyInspectionEngine.h177 uint32_t m_machine_alt_fp_regnum; variable