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

References

lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3811         if (MS.TrackOrigins)
 3823         if (MS.TrackOrigins)
 3837             if (MS.TrackOrigins)
 3845             if (MS.TrackOrigins)
 3856             if (MS.TrackOrigins)
 3870         if (MS.TrackOrigins) {
 3880     IRB.CreateStore(OverflowSize, MS.VAArgOverflowSizeTLS);
 3889     Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
 3889     Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
 3890     Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
 3897     Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy);
 3897     Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy);
 3901     Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
 3902     return IRB.CreateIntToPtr(Base, PointerType::get(MS.OriginTy, 0),
 3943           IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS);
 3945         IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, AMD64FpEndOffset),
 3947       VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
 3948       IRB.CreateMemCpy(VAArgTLSCopy, 8, MS.VAArgTLS, 8, CopySize);
 3949       if (MS.TrackOrigins) {
 3950         VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
 3951         IRB.CreateMemCpy(VAArgTLSOriginCopy, 8, MS.VAArgOriginTLS, 8, CopySize);
 3962       Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C);
 3964           IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
 3965                         ConstantInt::get(MS.IntptrTy, 16)),
 3976       if (MS.TrackOrigins)
 3979       Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C);
 3981           IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
 3982                         ConstantInt::get(MS.IntptrTy, 8)),
 3994       if (MS.TrackOrigins) {