Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:ArgSize

2740         uint64_t ArgSize = DL.getTypeAllocSize(RealTy);
2742 OverflowOffset += RoundUpToAlignment(ArgSize, 8);
2744 ArgSize, kShadowTLSAlignment);
2762 uint64_t ArgSize = DL.getTypeAllocSize(A->getType());
2764 OverflowOffset += RoundUpToAlignment(ArgSize, 8);
2876 uint64_t ArgSize = DL.getTypeAllocSize(A->getType());
2880 if (ArgSize < 8)
2881 VAArgOffset += (8 - ArgSize);
2884 VAArgOffset += ArgSize;