Searched refs:SetRegisterLocationToIsCFAPlusOffset (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 761 row->SetRegisterLocationToIsCFAPlusOffset(x86_64_eh_regnum::rsp, 0, true); in CreateUnwindPlan_x86_64() 849 row->SetRegisterLocationToIsCFAPlusOffset(x86_64_eh_regnum::rsp, 0, true); in CreateUnwindPlan_x86_64() 1032 row->SetRegisterLocationToIsCFAPlusOffset(i386_eh_regnum::esp, 0, true); in CreateUnwindPlan_i386() 1112 row->SetRegisterLocationToIsCFAPlusOffset(i386_eh_regnum::esp, 0, true); in CreateUnwindPlan_i386() 1355 row->SetRegisterLocationToIsCFAPlusOffset(arm64_eh_regnum::sp, 0, true); in CreateUnwindPlan_arm64() 1469 row->SetRegisterLocationToIsCFAPlusOffset(arm_sp, 0, true); in CreateUnwindPlan_armv7()
|
| H A D | UnwindPlan.cpp | 291 bool UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset(uint32_t reg_num, in SetRegisterLocationToIsCFAPlusOffset() function in UnwindPlan::Row
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 368 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateFunctionEntryUnwindPlan() 397 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_i386.cpp | 632 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateFunctionEntryUnwindPlan() 661 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateDefaultUnwindPlan()
|
| H A D | ABIWindows_x86_64.cpp | 749 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateFunctionEntryUnwindPlan() 776 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateDefaultUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 348 bool SetRegisterLocationToIsCFAPlusOffset(uint32_t reg_num, int32_t offset,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1149 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateDefaultUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | PECallFrameInfo.cpp | 413 row->SetRegisterLocationToIsCFAPlusOffset(lldb_rsp_x86_64, 0, false); in BuildUnwindPlanRow()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 902 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateDefaultUnwindPlan()
|
| H A D | ABISysV_ppc64.cpp | 1010 row->SetRegisterLocationToIsCFAPlusOffset(sp_reg_num, 0, true); in CreateDefaultUnwindPlan()
|