Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp526 initial_regloc.SetIsCFAPlusOffset (0); in get_non_call_site_unwind_plan()
730 epi_regloc.SetIsCFAPlusOffset (0); in get_non_call_site_unwind_plan()
793 sp_reginfo.SetIsCFAPlusOffset (0); in get_fast_unwind_plan()
/external/lldb/include/lldb/Symbol/
DUnwindPlan.h145 SetIsCFAPlusOffset (int32_t offset) in SetIsCFAPlusOffset() function
/external/lldb/source/Symbol/
DUnwindPlan.cpp233 reg_loc.SetIsCFAPlusOffset(offset); in SetRegisterLocationToIsCFAPlusOffset()