Lines Matching defs:LongSize
478 static ShadowMapping getShadowMapping(const Triple &TargetTriple, int LongSize,
512 if (LongSize == 32) {
531 } else { // LongSize == 64
606 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize,
609 auto Mapping = getShadowMapping(TargetTriple, LongSize, IsKasan);
743 LongSize = M.getDataLayout().getPointerSizeInBits();
744 IntptrTy = Type::getIntNTy(*C, LongSize);
749 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
838 int LongSize;
905 int LongSize = M.getDataLayout().getPointerSizeInBits();
906 IntptrTy = Type::getIntNTy(*C, LongSize);
909 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel);
2712 int LongSize = M.getDataLayout().getPointerSizeInBits();
2717 Version += (LongSize == 32 && isAndroid);
3100 if (LongSize != 32) return false;
3157 std::min<size_t>(sizeof(uint64_t), ASan.LongSize / 8);
3448 uint64_t MinHeaderSize = std::max((uint64_t)ASan.LongSize / 2, Granularity);
3584 ConstantInt::get(IntptrTy, ASan.LongSize / 8)),
3594 ConstantInt::get(IntptrTy, 2 * ASan.LongSize / 8)),
3658 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8));