Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DFuncUnwinders.cpp361 UnwindPlan::RowSP b_first_row = b->GetRowAtIndex(0); in CompareUnwindPlansForIdenticalInitialPCLocation() local
363 if (a_first_row.get() && b_first_row.get()) { in CompareUnwindPlansForIdenticalInitialPCLocation()
368 b_first_row->GetRegisterInfo(pc_reg_lldb_regnum, b_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
372 if (a_first_row->GetCFAValue() != b_first_row->GetCFAValue()) { in CompareUnwindPlansForIdenticalInitialPCLocation()