Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp636 UnwindPlan::Row::RegisterLocation reg_location; in FDEToUnwindPlan() local
674 reg_location)) in FDEToUnwindPlan()
675 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
749 reg_location)) in FDEToUnwindPlan()
750 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
825 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() local
838 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
839 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
855 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() local
856 reg_location.SetAtCFAPlusOffset(op_offset); in HandleCommonDwarfOpcode()
[all …]