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

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

Completed in 109 milliseconds