Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp999 Value *JustTag = IRB.CreateTrunc(Tag, IRB.getInt8Ty()); in tagAlloca() local
1002 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()
1014 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
1019 IRB.CreateStore(JustTag, IRB.CreateConstGEP1_32( in tagAlloca()