Lines Matching refs:SO
671 // SP not FP. Align to MaxAlign so this works.
688 const StackObject &SO = Objects[i];
690 if (SO.Size == ~0ULL) {
694 if (SO.Size == 0)
697 OS << "size=" << SO.Size;
698 OS << ", align=" << SO.Alignment;
702 if (i < NumFixedObjects || SO.SPOffset != -1) {
703 int64_t Off = SO.SPOffset - ValOffset;
887 // the constant folding APIs to do this so that we get the benefit of