Searched refs:PrimitiveShadowPtrTy (Results 1 – 1 of 1) sorted by relevance
457 PointerType *PrimitiveShadowPtrTy; member in __anon5712215c0211::DataFlowSanitizer896 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()899 ArgTypes.push_back(PrimitiveShadowPtrTy); in getCustomFunctionType()1154 PrimitiveShadowPtrTy = PointerType::getUnqual(*Ctx); in initializeModule()1159 Type *DFSanUnionLoadArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in initializeModule()1225 Type *DFSanMemTransferCallbackArgs[2] = {PrimitiveShadowPtrTy, IntptrTy}; in initializeModule()1948 return IRB.CreateIntToPtr(ShadowOffset, PrimitiveShadowPtrTy); in getShadowAddress()