Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp898 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() local
901 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()
913 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
918 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32( in tagAlloca()