Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp930 UnwindPlan::Row::RegisterLocation initial_regloc; in GetNonCallSiteUnwindPlanFromAssembly() local
942 initial_regloc.SetIsCFAPlusOffset(0); in GetNonCallSiteUnwindPlanFromAssembly()
943 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
947 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
948 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()