Lines Matching defs:new_regloc
1408 lldb_private::UnwindLLDB::ConcreteRegisterLocation new_regloc;
1409 new_regloc.type = UnwindLLDB::ConcreteRegisterLocation::
1411 new_regloc.location.register_number =
1413 m_registers[regnum.GetAsKind(eRegisterKindLLDB)] = new_regloc;
1414 regloc = new_regloc;
1517 lldb_private::UnwindLLDB::ConcreteRegisterLocation new_regloc;
1518 new_regloc.type =
1520 new_regloc.location.register_number = regnum.GetAsKind(eRegisterKindLLDB);
1521 m_registers[regnum.GetAsKind(eRegisterKindLLDB)] = new_regloc;
1522 regloc = new_regloc;
1543 lldb_private::UnwindLLDB::ConcreteRegisterLocation new_regloc = {};
1544 new_regloc.type = UnwindLLDB::ConcreteRegisterLocation::eRegisterNotSaved;
1545 m_registers[regnum.GetAsKind(eRegisterKindLLDB)] = new_regloc;