Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp886 Type *getShadowTy(Value *V) { in getShadowTy() function
887 return getShadowTy(V->getType()); in getShadowTy()
891 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function
906 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
912 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy()
997 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForArgument()
1014 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForRetval()
1043 Type *ShadowTy = getShadowTy(V); in getCleanShadow()
1070 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow()
1275 Type *ShadowTy = getShadowTy(&I); in visitLoadInst()
[all …]