Searched refs:initial_regloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp929 UnwindPlan::Row::RegisterLocation initial_regloc; local
941 initial_regloc.SetIsCFAPlusOffset(0);
942 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc);
946 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa);
947 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc);

Completed in 107 milliseconds