Searched refs:DebugAggregate (Results 1 – 1 of 1) sorted by relevance
330 using DebugAggregate = std::pair<const DILocalVariable *, const DILocation *>; typedef331 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate()332 return DebugAggregate(Var.getVariable(), Var.getInlinedAt()); in getAggregate()374 const DenseSet<DebugAggregate> *VarsWithStackSlot;391 UniqueVector<DebugAggregate> Aggregates;675 DebugAggregate(DbgVar.getVariable(), VarLoc.DL.getInlinedAt())); in addDef()848 const DenseSet<DebugAggregate> *VarsWithStackSlot, in MemLocFragmentFill()1273 const DenseSet<DebugAggregate> *VarsWithStackSlot;1282 DenseSet<DebugAggregate> NotAlwaysStackHomed;1364 const DenseSet<DebugAggregate> *VarsWithStackSlot) in AssignmentTrackingLowering()[all …]