Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp927 int current_sp_bytes_offset_from_fa = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
945 current_sp_bytes_offset_from_fa = m_wordsize; in GetNonCallSiteUnwindPlanFromAssembly()
946 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1011 current_sp_bytes_offset_from_fa = 0; in GetNonCallSiteUnwindPlanFromAssembly()
1013 m_lldb_sp_regnum, current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1028 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1040 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1052 current_sp_bytes_offset_from_fa += m_wordsize; in GetNonCallSiteUnwindPlanFromAssembly()
1057 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1067 regloc.SetAtAFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
[all …]