Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp72 UnwindPlan::RowSP last_row = unwind_plan.GetRowForFunctionOffset(-1); in AugmentUnwindPlanFromCallSite() local
112 if (first_row != last_row && in AugmentUnwindPlanFromCallSite()
113 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite()
121 last_row->GetCFAValue().GetValueType() && in AugmentUnwindPlanFromCallSite()
123 last_row->GetCFAValue().GetRegisterNumber() && in AugmentUnwindPlanFromCallSite()
125 last_row->GetCFAValue().GetOffset()) { in AugmentUnwindPlanFromCallSite()
130 if (last_row->GetRegisterInfo( in AugmentUnwindPlanFromCallSite()
/freebsd-13.1/contrib/mandoc/
H A Dtbl_layout.c292 tbl->first_row = tbl->last_row = in tbl_layout()
324 tbl->last_row = rp; in tbl_layout()
338 if (tbl->last_row == NULL || in tbl_layout()
339 tbl->last_row->first != NULL) { in tbl_layout()
341 if (tbl->last_row) in tbl_layout()
342 tbl->last_row->next = rp; in tbl_layout()
345 tbl->last_row = rp; in tbl_layout()
347 rp = tbl->last_row; in tbl_layout()
H A Dtbl_int.h33 struct tbl_row *last_row; /* Last layout row. */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp119 UnwindPlan::RowSP last_row = unwind_plan.GetLastRow(); in GetNonCallSiteUnwindPlanFromAssembly() local
121 if (last_row.get()) in GetNonCallSiteUnwindPlanFromAssembly()
122 *newrow = *last_row.get(); in GetNonCallSiteUnwindPlanFromAssembly()
126 saved_unwind_states.insert({0, {last_row, m_register_values}}); in GetNonCallSiteUnwindPlanFromAssembly()