Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp531 initial_regloc.SetAtCFAPlusOffset (-current_sp_bytes_offset_from_cfa); in get_non_call_site_unwind_plan()
567 regloc.SetAtCFAPlusOffset (-row->GetCFAOffset()); in get_non_call_site_unwind_plan()
608 regloc.SetAtCFAPlusOffset (-current_sp_bytes_offset_from_cfa); in get_non_call_site_unwind_plan()
625 regloc.SetAtCFAPlusOffset (-row->GetCFAOffset()); in get_non_call_site_unwind_plan()
734 epi_regloc.SetAtCFAPlusOffset (-m_wordsize); in get_non_call_site_unwind_plan()
790 pc_reginfo.SetAtCFAPlusOffset (-m_wordsize); in get_fast_unwind_plan()
807 fp_reginfo.SetAtCFAPlusOffset (2 * -m_wordsize); in get_fast_unwind_plan()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp287 reg_location.SetAtCFAPlusOffset(op_offset); in ParseCIE()
482 reg_location.SetAtCFAPlusOffset(op_offset); in FDEToUnwindPlan()
572 reg_location.SetAtCFAPlusOffset(op_offset); in FDEToUnwindPlan()
720 reg_location.SetAtCFAPlusOffset(op_offset); in FDEToUnwindPlan()
DUnwindPlan.cpp222 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h138 SetAtCFAPlusOffset (int32_t offset) in SetAtCFAPlusOffset() function