Home
last modified time | relevance | path

Searched refs:SetIsRegisterPlusOffset (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp927 row.GetCFAValue().SetIsRegisterPlusOffset(m_lldb_sp_regnum, m_wordsize); in GetNonCallSiteUnwindPlanFromAssembly()
983 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
991 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
999 afa_value.SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
1079 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
1090 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
1100 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
1127 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
1137 fa_value_ptr->SetIsRegisterPlusOffset( in GetNonCallSiteUnwindPlanFromAssembly()
1524 row.GetCFAValue().SetIsRegisterPlusOffset( in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp313 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 2); in CreateFunctionEntryUnwindPlan()
330 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 2); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp551 m_state.row.GetCFAValue().SetIsRegisterPlusOffset( in WriteRegister()
582 m_state.row.GetCFAValue().SetIsRegisterPlusOffset( in WriteRegister()
595 m_state.row.GetCFAValue().SetIsRegisterPlusOffset( in WriteRegister()
605 m_state.row.GetCFAValue().SetIsRegisterPlusOffset( in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp750 row.GetCFAValue().SetIsRegisterPlusOffset( in CreateUnwindPlan_x86_64()
840 row.GetCFAValue().SetIsRegisterPlusOffset(x86_64_eh_regnum::rsp, offset); in CreateUnwindPlan_x86_64()
1017 row.GetCFAValue().SetIsRegisterPlusOffset( in CreateUnwindPlan_i386()
1099 row.GetCFAValue().SetIsRegisterPlusOffset(i386_eh_regnum::esp, offset); in CreateUnwindPlan_i386()
1318 row.GetCFAValue().SetIsRegisterPlusOffset(arm64_eh_regnum::sp, stack_size); in CreateUnwindPlan_arm64()
1334 row.GetCFAValue().SetIsRegisterPlusOffset(arm64_eh_regnum::fp, 2 * wordsize); in CreateUnwindPlan_arm64()
1443 row.GetCFAValue().SetIsRegisterPlusOffset(arm_r7, in CreateUnwindPlan_armv7()
H A DDWARFCallFrameInfo.cpp866 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
876 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, in HandleCommonDwarfOpcode()
887 row.GetCFAValue().SetIsRegisterPlusOffset( in HandleCommonDwarfOpcode()
942 row.GetCFAValue().SetIsRegisterPlusOffset(reg_num, op_offset); in HandleCommonDwarfOpcode()
953 row.GetCFAValue().SetIsRegisterPlusOffset(cfa_regnum, op_offset); in HandleCommonDwarfOpcode()
H A DArmUnwindInfo.cpp325 row.GetCFAValue().SetIsRegisterPlusOffset(vsp_reg, vsp); in GetUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp216 row.GetCFAValue().SetIsRegisterPlusOffset(LLDB_REGNUM_GENERIC_SP, 0); in CreateFunctionEntryUnwindPlan()
235 row.GetCFAValue().SetIsRegisterPlusOffset(LLDB_REGNUM_GENERIC_FP, in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp366 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 4); in CreateFunctionEntryUnwindPlan()
390 row.GetCFAValue().SetIsRegisterPlusOffset(fp_reg_num, 2 * ptr_size); in CreateDefaultUnwindPlan()
H A DABISysV_i386.cpp632 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 4); in CreateFunctionEntryUnwindPlan()
656 row.GetCFAValue().SetIsRegisterPlusOffset(fp_reg_num, 2 * ptr_size); in CreateDefaultUnwindPlan()
H A DABIWindows_x86_64.cpp751 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 8); in CreateFunctionEntryUnwindPlan()
773 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_rbp, 2 * ptr_size); in CreateDefaultUnwindPlan()
H A DABISysV_x86_64.cpp871 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 8); in CreateFunctionEntryUnwindPlan()
895 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_rbp, 2 * ptr_size); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1202 row.GetCFAValue().SetIsRegisterPlusOffset(LLDB_REGNUM_GENERIC_SP, 4); in CreateFunctionEntryUnwindPlan()
1224 row.GetCFAValue().SetIsRegisterPlusOffset(LLDB_REGNUM_GENERIC_FP, 8); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp545 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 0); in CreateFunctionEntryUnwindPlan()
564 row.GetCFAValue().SetIsRegisterPlusOffset(fp_reg_num, 0); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp962 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0); in CreateFunctionEntryUnwindPlan()
979 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0); in CreateDefaultUnwindPlan()
H A DABISysV_mips64.cpp1135 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0); in CreateFunctionEntryUnwindPlan()
1152 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_r29, 0); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp124 row.GetCFAValue().SetIsRegisterPlusOffset(gpr_r1_ppc64le, 0); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h240 void SetIsRegisterPlusOffset(uint32_t reg_num, int32_t offset) { in SetIsRegisterPlusOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp730 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 0); in CreateFunctionEntryUnwindPlan()
749 row.GetCFAValue().SetIsRegisterPlusOffset(fp_reg_num, 0); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1794 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 0); in CreateFunctionEntryUnwindPlan()
1814 row.GetCFAValue().SetIsRegisterPlusOffset(fp_reg_num, 2 * ptr_size); in CreateDefaultUnwindPlan()
H A DABISysV_arm.cpp1911 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 0); in CreateFunctionEntryUnwindPlan()
1930 row.GetCFAValue().SetIsRegisterPlusOffset(fp_reg_num, 2 * ptr_size); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp625 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf_r15_s390x, 160); in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp566 row.GetCFAValue().SetIsRegisterPlusOffset(dwarf::sp, 0); in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp870 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 0); in CreateFunctionEntryUnwindPlan()
H A DABISysV_ppc64.cpp979 row.GetCFAValue().SetIsRegisterPlusOffset(sp_reg_num, 0); in CreateFunctionEntryUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp446 row.GetCFAValue().SetIsRegisterPlusOffset(gpr_sp_arm64, 0); in CreateFunctionEntryUnwind()

12