| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 340 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false); in GetUnwindPlan()
|
| H A D | UnwindPlan.cpp | 330 bool UnwindPlan::Row::SetRegisterLocationToRegister(uint32_t reg_num, in SetRegisterLocationToRegister() function in UnwindPlan::Row
|
| H A D | CompactUnwindInfo.cpp | 1336 row->SetRegisterLocationToRegister(arm64_eh_regnum::pc, arm64_eh_regnum::ra, in CreateUnwindPlan_arm64()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips.cpp | 971 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan() 991 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_mips64.cpp | 1142 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan() 1162 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 356 bool SetRegisterLocationToRegister(uint32_t reg_num, uint32_t other_reg_num,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1209 row->SetRegisterLocationToRegister(LLDB_REGNUM_GENERIC_PC, in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 568 row->SetRegisterLocationToRegister(dwarf::pc, dwarf::blink, true); in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 627 row->SetRegisterLocationToRegister(dwarf_pswa_s390x, dwarf_r14_s390x, true); in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 363 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 877 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
|
| H A D | ABISysV_ppc64.cpp | 975 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1803 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
|
| H A D | ABISysV_arm.cpp | 1919 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 1041 row->SetRegisterLocationToRegister(dwarf_pc_mips64, dwarf_ra_mips64, in CreateFunctionEntryUnwind()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 1149 row->SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()
|