reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5509     StackSize = StackSlotSize;
 5511     StackSize = TySize.alignTo(StackSlotSize);
 5521       TySize < StackSlotSize) {
 5522     CharUnits Offset = StackSlotSize - TySize;