Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp916 int current_sp_bytes_offset_from_fa = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
934 current_sp_bytes_offset_from_fa = m_wordsize; in GetNonCallSiteUnwindPlanFromAssembly()
935 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1000 current_sp_bytes_offset_from_fa = 0; in GetNonCallSiteUnwindPlanFromAssembly()
1002 m_lldb_sp_regnum, current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1017 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1029 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1041 current_sp_bytes_offset_from_fa += m_wordsize; in GetNonCallSiteUnwindPlanFromAssembly()
1046 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1056 regloc.SetAtAFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
[all …]