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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 3683       CGF.Builder.CreateStructGEP(VAListAddr, 2, "overflow_arg_area_p");
 3685     CGF.Builder.CreateLoad(overflow_arg_area_p, "overflow_arg_area");
 3691   CharUnits Align = CGF.getContext().getTypeAlignInChars(Ty);
 3693     overflow_arg_area = emitRoundPointerUpToAlignment(CGF, overflow_arg_area,
 3698   llvm::Type *LTy = CGF.ConvertTypeForMem(Ty);
 3700     CGF.Builder.CreateBitCast(overflow_arg_area,
 3708   uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
 3710       llvm::ConstantInt::get(CGF.Int32Ty, (SizeInBytes + 7)  & ~7);
 3711   overflow_arg_area = CGF.Builder.CreateGEP(overflow_arg_area, Offset,
 3713   CGF.Builder.CreateStore(overflow_arg_area, overflow_arg_area_p);