Lines Matching refs:getShadowTy
533 Type *getShadowTy(Type *OrigTy);
535 Type *getShadowTy(Value *V);
869 Type *ShadowTy = getShadowTy(OrigTy); in getZeroShadow()
912 Type *ShadowTy = DFS.getShadowTy(T); in expandFromPrimitiveShadow()
994 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy() function in DataFlowSanitizer
1002 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
1007 Elements.push_back(getShadowTy(ST->getElementType(I))); in getShadowTy()
1013 Type *DataFlowSanitizer::getShadowTy(Value *V) { in getShadowTy() function in DataFlowSanitizer
1014 return getShadowTy(V->getType()); in getShadowTy()
1600 return IRB.CreateIntToPtr(Base, PointerType::get(DFS.getShadowTy(T), 0), in getArgTLS()
1606 DFS.RetvalTLS, PointerType::get(DFS.getShadowTy(T), 0), "_dfsret"); in getRetvalTLS()
1659 unsigned Size = DL.getTypeAllocSize(DFS.getShadowTy(&FArg)); in getShadowForTLSArgument()
1673 return IRB.CreateAlignedLoad(DFS.getShadowTy(&FArg), ArgShadowPtr, in getShadowForTLSArgument()
2789 unsigned Size = getDataLayout().getTypeAllocSize(DFSF.DFS.getShadowTy(RT)); in visitReturnInst()
3023 DL.getTypeAllocSize(DFSF.DFS.getShadowTy(FT->getParamType(I))); in visitCallBase()
3055 unsigned Size = DL.getTypeAllocSize(DFSF.DFS.getShadowTy(&CB)); in visitCallBase()
3061 DFSF.DFS.getShadowTy(&CB), DFSF.getRetvalTLS(CB.getType(), NextIRB), in visitCallBase()
3078 Type *ShadowTy = DFSF.DFS.getShadowTy(&PN); in visitPHINode()