Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AggValueSlot

2861 static AggValueSlot createPlaceholderSlot(CodeGenFunction &CGF,
2874 return AggValueSlot::forAddr(Address(Placeholder, Align),
2876 AggValueSlot::IsNotDestructed,
2877 AggValueSlot::DoesNotNeedGCBarriers,
2878 AggValueSlot::IsNotAliased);
3291 AggValueSlot Slot;