Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:LongSize

306 static ShadowMapping getShadowMapping(const Module &M, int LongSize) {
320 if (LongSize == 32) {
331 } else { // LongSize == 64
394 int LongSize;
1158 int LongSize = DL->getPointerSizeInBits();
1159 IntptrTy = Type::getIntNTy(*C, LongSize);
1160 Mapping = getShadowMapping(M, LongSize);
1248 LongSize = DL->getPointerSizeInBits();
1249 IntptrTy = Type::getIntNTy(*C, LongSize);
1262 Mapping = getShadowMapping(M, LongSize);
1488 if (LongSize != 32) return false;
1522 for (size_t LargeStoreSizeInBytes = ASan.LongSize / 8;
1594 size_t MinHeaderSize = ASan.LongSize / 2;
1666 IRB.CreateAdd(LocalStackBase, ConstantInt::get(IntptrTy, ASan.LongSize/8)),
1677 2 * ASan.LongSize/8)),
1714 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8));