Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1194 size_t ShadowSize = Size >> Mapping.scale(); in tagAlloca() local
1203 if (ShadowSize) in tagAlloca()
1204 IRB.CreateMemSet(ShadowPtr, Tag, ShadowSize, Align(1)); in tagAlloca()
1208 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
H A DDataFlowSanitizer.cpp927 uint64_t ShadowSize = Size * ShadowWidthBytes; in hasLoadSizeForFastPath() local
928 return ShadowSize % 8 == 0 || ShadowSize == 4; in hasLoadSizeForFastPath()
2146 const uint64_t ShadowSize = Size * DFS.ShadowWidthBytes; in loadShadowFast() local
2166 ShadowSize == 4 ? Type::getInt32Ty(*DFS.Ctx) : Type::getInt64Ty(*DFS.Ctx); in loadShadowFast()
H A DMemorySanitizer.cpp1477 unsigned ShadowSize = DL.getTypeAllocSize(ConvertedShadow2->getType()); in materializeOneCheck() local
1480 {ShadowAlloca, ConstantInt::get(IRB.getInt64Ty(), ShadowSize), in materializeOneCheck()