Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DFuncUnwinders.cpp365 UnwindPlan::Row::RegisterLocation b_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation() local
368 b_first_row->GetRegisterInfo(pc_reg_lldb_regnum, b_pc_regloc); in CompareUnwindPlansForIdenticalInitialPCLocation()
375 if (a_pc_regloc != b_pc_regloc) { in CompareUnwindPlansForIdenticalInitialPCLocation()