Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp509 UnwindPlan::Row::RegisterLocation initial_regloc; in get_non_call_site_unwind_plan() local
526 initial_regloc.SetIsCFAPlusOffset (0); in get_non_call_site_unwind_plan()
527 row->SetRegisterInfo (m_lldb_sp_regnum, initial_regloc); in get_non_call_site_unwind_plan()
531 initial_regloc.SetAtCFAPlusOffset (-current_sp_bytes_offset_from_cfa); in get_non_call_site_unwind_plan()
532 row->SetRegisterInfo (m_lldb_ip_regnum, initial_regloc); in get_non_call_site_unwind_plan()