Searched refs:ShadowPtrTy (Results 1 – 2 of 2) sorted by relevance
229 PointerType *ShadowPtrTy; member in __anonf274973e0111::DataFlowSanitizer384 ArgTypes.push_back(ShadowPtrTy); in getArgsFunctionType()399 ArgTypes.push_back(ShadowPtrTy); in getTrampolineFunctionType()419 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType()422 ArgTypes.push_back(ShadowPtrTy); in getCustomFunctionType()439 ShadowPtrTy = PointerType::getUnqual(ShadowTy); in doInitialization()456 Type *DFSanUnionLoadArgs[2] = { ShadowPtrTy, IntptrTy }; in doInitialization()950 ShadowPtrTy); in getShadowAddress()
1087 Type *ShadowPtrTy = PointerType::get(ShadowTy, 0); in instrumentAddress() local1091 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()