Lines Matching refs:getShadowTy
568 Type *getShadowTy(Type *OrigTy);
570 Type *getShadowTy(Value *V);
940 Type *ShadowTy = getShadowTy(OrigTy); in getZeroShadow()
983 Type *ShadowTy = DFS.getShadowTy(T); in expandFromPrimitiveShadow()
1107 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy() function in DataFlowSanitizer
1115 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
1120 Elements.push_back(getShadowTy(ST->getElementType(I))); in getShadowTy()
1126 Type *DataFlowSanitizer::getShadowTy(Value *V) { in getShadowTy() function in DataFlowSanitizer
1127 return getShadowTy(V->getType()); in getShadowTy()
1795 return IRB.CreateIntToPtr(Base, PointerType::get(DFS.getShadowTy(T), 0), in getArgTLS()
1801 DFS.RetvalTLS, PointerType::get(DFS.getShadowTy(T), 0), "_dfsret"); in getRetvalTLS()
1854 unsigned Size = DL.getTypeAllocSize(DFS.getShadowTy(&FArg)); in getShadowForTLSArgument()
1868 return IRB.CreateAlignedLoad(DFS.getShadowTy(&FArg), ArgShadowPtr, in getShadowForTLSArgument()
2991 unsigned Size = getDataLayout().getTypeAllocSize(DFSF.DFS.getShadowTy(RT)); in visitReturnInst()
3393 DL.getTypeAllocSize(DFSF.DFS.getShadowTy(FT->getParamType(I))); in visitCallBase()
3425 unsigned Size = DL.getTypeAllocSize(DFSF.DFS.getShadowTy(&CB)); in visitCallBase()
3431 DFSF.DFS.getShadowTy(&CB), DFSF.getRetvalTLS(CB.getType(), NextIRB), in visitCallBase()
3450 Type *ShadowTy = DFSF.DFS.getShadowTy(&PN); in visitPHINode()