Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1353 Type *getShadowTy(Value *V) { in getShadowTy() function
1354 return getShadowTy(V->getType()); in getShadowTy()
1358 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function
1373 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
1379 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy()
1556 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0), in getShadowPtrForArgument()
1575 PointerType::get(getShadowTy(A), 0), in getShadowPtrForRetval()
1600 Type *ShadowTy = getShadowTy(OrigTy); in getCleanShadow()
1635 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow()
1731 *ShadowPtr = EntryIRB.CreateAlignedLoad(getShadowTy(&FArg), Base, in getShadow()
[all …]
H A DDataFlowSanitizer.cpp551 Type *getShadowTy(Type *OrigTy);
553 Type *getShadowTy(Value *V);
944 Type *ShadowTy = getShadowTy(OrigTy); in getZeroShadow()
987 Type *ShadowTy = DFS.getShadowTy(T); in expandFromPrimitiveShadow()
1055 Type *DataFlowSanitizer::getShadowTy(Type *OrigTy) { in getShadowTy() function in DataFlowSanitizer
1066 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
1071 Elements.push_back(getShadowTy(ST->getElementType(I))); in getShadowTy()
1077 Type *DataFlowSanitizer::getShadowTy(Value *V) { in getShadowTy() function in DataFlowSanitizer
1078 return getShadowTy(V->getType()); in getShadowTy()
1731 return IRB.CreateIntToPtr(Base, PointerType::get(DFS.getShadowTy(T), 0), in getArgTLS()
[all …]