Lines Matching refs:PtrTy

411   PointerType *PtrTy = PointerType::getUnqual(M.getContext());  member in __anon1b7bdbef0111::HWAddressSanitizer
682 FunctionType::get(PtrTy, {PtrTy, PtrTy, IntptrTy, Int8Ty}, false); in initializeCallbacks()
684 FunctionType::get(PtrTy, {PtrTy, Int32Ty, IntptrTy, Int8Ty}, false); in initializeCallbacks()
691 FunctionType::get(PtrTy, {PtrTy, PtrTy, IntptrTy}, false); in initializeCallbacks()
693 FunctionType::get(PtrTy, {PtrTy, Int32Ty, IntptrTy}, false); in initializeCallbacks()
727 PtrTy, Int8Ty, IntptrTy); in initializeCallbacks()
747 InlineAsm::get(FunctionType::get(PtrTy, {Val->getType()}, false), in getOpaqueNoopCast()
761 ConstantInt::get(IntptrTy, Mapping.Offset), PtrTy)); in getShadowNonTls()
768 kHwasanShadowMemoryDynamicAddress, PtrTy); in getShadowNonTls()
769 return IRB.CreateLoad(PtrTy, GlobalDynamicAddress); in getShadowNonTls()
776 Type *PtrTy = cast<PointerType>(Ptr->getType()->getScalarType()); in ignoreAccessWithoutRemark() local
777 if (PtrTy->getPointerAddressSpace() != 0) in ignoreAccessWithoutRemark()
897 return IRB.CreateIntToPtr(Shadow, PtrTy); in memToShadow()
1011 InlineTagAddr = IRB.CreateIntToPtr(InlineTagAddr, PtrTy); in instrumentMemAccessInline()
1143 {IRB.CreatePointerCast(AI, PtrTy), Tag, in tagAlloca()
1162 Tag, IRB.CreateConstGEP1_32(Int8Ty, IRB.CreatePointerCast(AI, PtrTy), in tagAlloca()
1397 ShadowBase = IRB.CreateIntToPtr(ShadowBase, PtrTy); in emitPrologue()
1443 Value *AICast = IRB.CreatePointerCast(AI, PtrTy); in instrumentStack()
1812 "__hwasan_personality_wrapper", Int32Ty, Int32Ty, Int32Ty, Int64Ty, PtrTy, in instrumentPersonalityFunctions()
1813 PtrTy, PtrTy, PtrTy, PtrTy); in instrumentPersonalityFunctions()
1822 Int32Ty, {Int32Ty, Int32Ty, Int64Ty, PtrTy, PtrTy}, false); in instrumentPersonalityFunctions()
1840 P.first ? P.first : Constant::getNullValue(PtrTy), in instrumentPersonalityFunctions()