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);
 5513   llvm::Value *StackSizeC = CGF.Builder.getSize(StackSize);