Home
last modified time | relevance | path

Searched refs:getShadowTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp701 Type *getShadowTy(Value *V) { in getShadowTy() function
702 return getShadowTy(V->getType()); in getShadowTy()
706 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function
722 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy()
781 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForArgument()
798 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForRetval()
827 Type *ShadowTy = getShadowTy(V); in getCleanShadow()
847 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow()
1028 Type *ShadowTy = getShadowTy(&I); in visitLoadInst()
1140 setShadow(&I, IRB.CreateBitCast(getShadow(&I, 0), getShadowTy(&I))); in visitBitCastInst()
[all …]