Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp355 const UnwindPlan::Row *a_first_row = a->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
357 if (!a_first_row || !b_first_row) in CompareUnwindPlansForIdenticalInitialPCLocation()
367 a_first_row->GetRegisterInfo(a_pc_regnum, a_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
370 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) in CompareUnwindPlansForIdenticalInitialPCLocation()