Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp523 row->SetCFAOffset (m_wordsize); in get_non_call_site_unwind_plan()
565 row->SetCFAOffset (current_sp_bytes_offset_from_cfa); in get_non_call_site_unwind_plan()
605 row->SetCFAOffset (current_sp_bytes_offset_from_cfa); in get_non_call_site_unwind_plan()
642 row->SetCFAOffset (current_sp_bytes_offset_from_cfa); in get_non_call_site_unwind_plan()
727 epi_row->SetCFAOffset (m_wordsize); in get_non_call_site_unwind_plan()
798 row->SetCFAOffset (m_wordsize); in get_fast_unwind_plan()
806 row->SetCFAOffset (2 * m_wordsize); in get_fast_unwind_plan()
818 row->SetCFAOffset (2 * m_wordsize); in get_fast_unwind_plan()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp273 cie_sp->initial_row.SetCFAOffset (op_offset); in ParseCIE()
661 row->SetCFAOffset (op_offset); in FDEToUnwindPlan()
682 row->SetCFAOffset (op_offset); in FDEToUnwindPlan()
734 row->SetCFAOffset (op_offset); in FDEToUnwindPlan()
744 row->SetCFAOffset (op_offset); in FDEToUnwindPlan()
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp652 m_curr_row->SetCFAOffset(m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister()
662 m_curr_row->SetCFAOffset (m_initial_sp - reg_value.GetAsUInt64()); in WriteRegister()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h324 SetCFAOffset (int32_t offset) in SetCFAOffset() function
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp859 row->SetCFAOffset (4); in CreateFunctionEntryUnwindPlan()
880 row->SetCFAOffset (2 * ptr_size); in CreateDefaultUnwindPlan()
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp1117 row->SetCFAOffset (8); in CreateFunctionEntryUnwindPlan()
1164 row->SetCFAOffset (2 * ptr_size); in CreateDefaultUnwindPlan()
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp638 row->SetCFAOffset (2 * ptr_size); in CreateDefaultUnwindPlan()