Lines Matching refs:LongSize

467 static ShadowMapping getShadowMapping(const Triple &TargetTriple, int LongSize,  in getShadowMapping()  argument
499 if (LongSize == 32) { in getShadowMapping()
591 void getAddressSanitizerParams(const Triple &TargetTriple, int LongSize, in getAddressSanitizerParams() argument
594 auto Mapping = getShadowMapping(TargetTriple, LongSize, IsKasan); in getAddressSanitizerParams()
647 LongSize = M.getDataLayout().getPointerSizeInBits(); in AddressSanitizer()
648 IntptrTy = Type::getIntNTy(*C, LongSize); in AddressSanitizer()
653 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in AddressSanitizer()
735 int LongSize; member
788 int LongSize = M.getDataLayout().getPointerSizeInBits(); in ModuleAddressSanitizer() local
789 IntptrTy = Type::getIntNTy(*C, LongSize); in ModuleAddressSanitizer()
791 Mapping = getShadowMapping(TargetTriple, LongSize, this->CompileKernel); in ModuleAddressSanitizer()
2414 int LongSize = M.getDataLayout().getPointerSizeInBits(); in GetAsanVersion() local
2419 Version += (LongSize == 32 && isAndroid); in GetAsanVersion()
2770 if (LongSize != 32) return false; in LooksLikeCodeInBug11395()
2826 std::min<size_t>(sizeof(uint64_t), ASan.LongSize / 8); in copyToShadowInline()
3115 uint64_t MinHeaderSize = std::max((uint64_t)ASan.LongSize / 2, Granularity); in processStaticAllocas()
3250 ConstantInt::get(IntptrTy, ASan.LongSize / 8)), in processStaticAllocas()
3260 ConstantInt::get(IntptrTy, 2 * ASan.LongSize / 8)), in processStaticAllocas()
3324 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()