Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DArmUnwindInfo.cpp340 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_lr, false); in GetUnwindPlan()
DUnwindPlan.cpp327 bool UnwindPlan::Row::SetRegisterLocationToRegister(uint32_t reg_num, in SetRegisterLocationToRegister() function in UnwindPlan::Row
DCompactUnwindInfo.cpp1336 row->SetRegisterLocationToRegister(arm64_eh_regnum::pc, arm64_eh_regnum::ra, in CreateUnwindPlan_arm64()
/external/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips.cpp971 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan()
990 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
DABISysV_mips64.cpp1142 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateFunctionEntryUnwindPlan()
1161 row->SetRegisterLocationToRegister(dwarf_pc, dwarf_r31, true); in CreateDefaultUnwindPlan()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h358 bool SetRegisterLocationToRegister(uint32_t reg_num, uint32_t other_reg_num,
/external/llvm-project/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp1209 row->SetRegisterLocationToRegister(LLDB_REGNUM_GENERIC_PC, in CreateFunctionEntryUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp568 row->SetRegisterLocationToRegister(dwarf::pc, dwarf::blink, true); in CreateFunctionEntryUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/
DABISysV_s390x.cpp627 row->SetRegisterLocationToRegister(dwarf_pswa_s390x, dwarf_r14_s390x, true); in CreateFunctionEntryUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABIMacOSX_arm64.cpp363 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp882 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
DABISysV_ppc64.cpp975 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.cpp1803 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
DABISysV_arm.cpp1919 row->SetRegisterLocationToRegister(pc_reg_num, lr_reg_num, true); in CreateFunctionEntryUnwindPlan()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp1041 row->SetRegisterLocationToRegister(dwarf_pc_mips64, dwarf_ra_mips64, in CreateFunctionEntryUnwind()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp1148 row->SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()