Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AggValueSlot

400   AggValueSlot AggSlot =
401 AggValueSlot::forAddr(V, Alignment, Qualifiers(),
402 AggValueSlot::IsDestructed,
403 AggValueSlot::DoesNotNeedGCBarriers,
404 AggValueSlot::IsNotAliased);
448 AggValueSlot Slot =
449 AggValueSlot::forLValue(LV,
450 AggValueSlot::IsDestructed,
451 AggValueSlot::DoesNotNeedGCBarriers,
452 AggValueSlot::IsNotAliased);
1378 AggValueSlot AggSlot =
1379 AggValueSlot::forAddr(ThisPtr, Alignment, Qualifiers(),
1380 AggValueSlot::IsDestructed,
1381 AggValueSlot::DoesNotNeedGCBarriers,
1382 AggValueSlot::IsNotAliased);