Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DArmUnwindInfo.cpp341 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false); in GetUnwindPlan()
H A DUnwindPlan.cpp295 bool UnwindPlan::Row::SetRegisterLocationToRegister(uint32_t reg_num, in SetRegisterLocationToRegister() function in UnwindPlan::Row
H A DCompactUnwindInfo.cpp1335 row->SetRegisterLocationToRegister(arm64_eh_regnum::pc, arm64_eh_regnum::ra, in CreateUnwindPlan_arm64()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp978 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan()
997 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp1152 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan()
1171 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h347 bool SetRegisterLocationToRegister(uint32_t reg_num, uint32_t other_reg_num,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1224 row->SetRegisterLocationToRegister(LLDB_REGNUM_GENERIC_PC, in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp648 row->SetRegisterLocationToRegister(dwarf_pswa_s390x, dwarf_r14_s390x, true); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp886 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp983 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1820 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1934 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1985 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1045 row->SetRegisterLocationToRegister(dwarf_pc_mips64, dwarf_ra_mips64, in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1160 row->SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()