Searched refs:PrimitiveShadowPtrTy (Results 1 – 1 of 1) sorted by relevance
457 PointerType *PrimitiveShadowPtrTy; member in __anon5712215c0211::DataFlowSanitizer897 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()900 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()1156 PrimitiveShadowPtrTy = PointerType::getUnqual(PrimitiveShadowTy); in initializeModule()1161 Type *DFSanUnionLoadArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in initializeModule()1227 Type *DFSanMemTransferCallbackArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in initializeModule()1956 return IRB.CreateIntToPtr(ShadowOffset, PrimitiveShadowPtrTy); in getShadowAddress()