Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp925 int current_sp_bytes_offset_from_fa = 0; in GetNonCallSiteUnwindPlanFromAssembly() local
943 current_sp_bytes_offset_from_fa = m_wordsize; in GetNonCallSiteUnwindPlanFromAssembly()
944 initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1009 current_sp_bytes_offset_from_fa = 0; in GetNonCallSiteUnwindPlanFromAssembly()
1011 m_lldb_sp_regnum, current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1026 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1038 current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset(); in GetNonCallSiteUnwindPlanFromAssembly()
1050 current_sp_bytes_offset_from_fa += m_wordsize; in GetNonCallSiteUnwindPlanFromAssembly()
1055 fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
1065 regloc.SetAtAFAPlusOffset(-current_sp_bytes_offset_from_fa); in GetNonCallSiteUnwindPlanFromAssembly()
[all …]