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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5340   int RegSize = IsIndirect ? 8 : TySize.getQuantity();
 5468         TySize < SlotSize) {
 5469       CharUnits Offset = SlotSize - TySize;
 5511     StackSize = TySize.alignTo(StackSlotSize);
 5521       TySize < StackSlotSize) {
 5522     CharUnits Offset = StackSlotSize - TySize;