Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:StackAlignment

379   unsigned StackAlignment;
400 TotalStackSize(0), StackAlignment(1 << Mapping.Scale) {}
437 StackAlignment = std::max(StackAlignment, AI.getAlignment());
1308 if (ClRealignStack && StackAlignment < RedzoneSize())
1309 StackAlignment = RedzoneSize();
1310 MyAlloca->setAlignment(StackAlignment);