Lines Matching refs:getShadowTy
566 Type *getShadowTy(Type *OrigTy);
568 Type *getShadowTy(Value *V);
936 Type *ShadowTy = getShadowTy(OrigTy); in getZeroShadow()
979 Type *ShadowTy = DFS.getShadowTy(T); in expandFromPrimitiveShadow()
1103 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy() function in DataFlowSanitizer
1111 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
1116 Elements.push_back(getShadowTy(ST->getElementType(I))); in getShadowTy()
1122 Type *DataFlowSanitizer::getShadowTy(Value *V) { in getShadowTy() function in DataFlowSanitizer
1123 return getShadowTy(V->getType()); in getShadowTy()
1790 return IRB.CreateIntToPtr(Base, PointerType::get(DFS.getShadowTy(T), 0), in getArgTLS()
1796 DFS.RetvalTLS, PointerType::get(DFS.getShadowTy(T), 0), "_dfsret"); in getRetvalTLS()
1849 unsigned Size = DL.getTypeAllocSize(DFS.getShadowTy(&FArg)); in getShadowForTLSArgument()
1863 return IRB.CreateAlignedLoad(DFS.getShadowTy(&FArg), ArgShadowPtr, in getShadowForTLSArgument()
2977 unsigned Size = getDataLayout().getTypeAllocSize(DFSF.DFS.getShadowTy(RT)); in visitReturnInst()
3378 DL.getTypeAllocSize(DFSF.DFS.getShadowTy(FT->getParamType(I))); in visitCallBase()
3410 unsigned Size = DL.getTypeAllocSize(DFSF.DFS.getShadowTy(&CB)); in visitCallBase()
3416 DFSF.DFS.getShadowTy(&CB), DFSF.getRetvalTLS(CB.getType(), NextIRB), in visitCallBase()
3435 Type *ShadowTy = DFSF.DFS.getShadowTy(&PN); in visitPHINode()