Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp356 const UnwindPlan::Row *b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
357 if (!a_first_row || !b_first_row) in CompareUnwindPlansForIdenticalInitialPCLocation()
368 b_first_row->GetRegisterInfo(b_pc_regnum, b_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
370 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) in CompareUnwindPlansForIdenticalInitialPCLocation()