Searched refs:getShadowTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 886 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1036 Type *getShadowTy(Value *V) { in getShadowTy() function 1037 return getShadowTy(V->getType()); in getShadowTy() 1041 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function 1056 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy() 1062 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy() 1159 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForArgument() 1177 PointerType::get(getShadowTy(A), 0), in getShadowPtrForRetval() 1202 Type *ShadowTy = getShadowTy(OrigTy); in getCleanShadow() 1237 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow() 1457 Type *ShadowTy = getShadowTy(&I); in visitLoadInst() [all …]
|