Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1089 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
1098 if (ShadowSize) in tagAlloca()
1099 IRB.CreateMemSet(ShadowPtr, Tag, ShadowSize, Align(1)); in tagAlloca()
1103 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
H A DDataFlowSanitizer.cpp924 uint64_t ShadowSize = Size * ShadowWidthBytes; in hasLoadSizeForFastPath() local
925 return ShadowSize % 8 == 0 || ShadowSize == 4; in hasLoadSizeForFastPath()
2144 const uint64_t ShadowSize = Size * DFS.ShadowWidthBytes; in loadShadowFast() local
2164 ShadowSize == 4 ? Type::getInt32Ty(*DFS.Ctx) : Type::getInt64Ty(*DFS.Ctx); in loadShadowFast()