Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp71 UnwindPlan::RowSP first_row = unwind_plan.GetRowForFunctionOffset(0); in AugmentUnwindPlanFromCallSite() local
92 if (first_row->GetCFAValue().GetValueType() != in AugmentUnwindPlanFromCallSite()
95 first_row->GetCFAValue().GetRegisterNumber()) != in AugmentUnwindPlanFromCallSite()
97 first_row->GetCFAValue().GetOffset() != wordsize) { in AugmentUnwindPlanFromCallSite()
101 if (!first_row->GetRegisterInfo( in AugmentUnwindPlanFromCallSite()
112 if (first_row != last_row && in AugmentUnwindPlanFromCallSite()
113 first_row->GetOffset() != last_row->GetOffset()) { in AugmentUnwindPlanFromCallSite()
120 if (first_row->GetCFAValue().GetValueType() == in AugmentUnwindPlanFromCallSite()
122 first_row->GetCFAValue().GetRegisterNumber() == in AugmentUnwindPlanFromCallSite()
124 first_row->GetCFAValue().GetOffset() == in AugmentUnwindPlanFromCallSite()
Dx86AssemblyInspectionEngine.cpp1355 UnwindPlan::RowSP first_row = unwind_plan.GetRowAtIndex(0); in AugmentUnwindPlanFromCallSite() local
1356 if (first_row->GetOffset() != 0) in AugmentUnwindPlanFromCallSite()
1358 uint32_t cfa_reg = first_row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite()
1362 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite()
1365 first_row->GetCFAValue().GetOffset() != m_wordsize) in AugmentUnwindPlanFromCallSite()
1373 UnwindPlan::RowSP row(new UnwindPlan::Row(*first_row)); in AugmentUnwindPlanFromCallSite()
1551 first_row->GetCFAValue().GetRegisterNumber(), m_wordsize); in AugmentUnwindPlanFromCallSite()
/freebsd-12-stable/contrib/mandoc/
Dtbl_layout.c255 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row) in cell()
293 if (tbl->first_row == NULL) { in tbl_layout()
294 tbl->first_row = tbl->last_row = in tbl_layout()
297 if (tbl->first_row->first == NULL) { in tbl_layout()
300 cell_alloc(tbl, tbl->first_row, in tbl_layout()
302 if (tbl->opts.lvert < tbl->first_row->vert) in tbl_layout()
303 tbl->opts.lvert = tbl->first_row->vert; in tbl_layout()
312 for (rp = tbl->first_row; rp; rp = rp->next) { in tbl_layout()
346 tbl->first_row = rp; in tbl_layout()
Dtbl.c116 while ((rp = tbl->first_row) != NULL) { in tbl_free()
117 tbl->first_row = rp->next; in tbl_free()
Dtbl_int.h32 struct tbl_row *first_row; /* First layout row. */ member
Dtbl_data.c270 rp = sp == NULL ? tbl->first_row : in tbl_data()
/freebsd-12-stable/contrib/gcc/
Dmodulo-sched.c2463 ps_insn_ptr first_row = ps->rows[0]; in rotate_partial_schedule() local
2468 ps->rows[last_row] = first_row; in rotate_partial_schedule()