Lines Matching refs:Int64Ty
414 Type *Int64Ty = Type::getInt64Ty(M.getContext()); member in __anon1b7bdbef0111::HWAddressSanitizer
567 ConstantExpr::getSub(ConstantExpr::getPtrToInt(Ptr, Int64Ty), in createHwasanCtorComdat()
568 ConstantExpr::getPtrToInt(Note, Int64Ty)), in createHwasanCtorComdat()
732 M.getOrInsertFunction("__hwasan_add_frame_record", VoidTy, Int64Ty); in initializeCallbacks()
974 ConstantInt::get(Int64Ty, Mapping.Offset)}); in instrumentMemAccessOutline()
1456 II->setArgOperand(0, ConstantInt::get(Int64Ty, AlignedSize)); in instrumentStack()
1721 ConstantExpr::getPtrToInt(NewGV, Int64Ty), in instrumentGlobal()
1722 ConstantExpr::getPtrToInt(Descriptor, Int64Ty)), in instrumentGlobal()
1723 ConstantInt::get(Int64Ty, DescriptorPos)), in instrumentGlobal()
1737 ConstantExpr::getPtrToInt(NewGV, Int64Ty), in instrumentGlobal()
1738 ConstantInt::get(Int64Ty, uint64_t(Tag) << PointerTagShift)), in instrumentGlobal()
1812 "__hwasan_personality_wrapper", Int32Ty, Int32Ty, Int32Ty, Int64Ty, PtrTy, in instrumentPersonalityFunctions()
1822 Int32Ty, {Int32Ty, Int32Ty, Int64Ty, PtrTy, PtrTy}, false); in instrumentPersonalityFunctions()