Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp904 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local
912 if (ShadowSize) in tagAlloca()
913 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()
917 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
H A DDataFlowSanitizer.cpp922 uint64_t ShadowSize = Size * ShadowWidthBytes; in hasLoadSizeForFastPath() local
923 return ShadowSize % 8 == 0 || ShadowSize == 4; in hasLoadSizeForFastPath()
2114 const uint64_t ShadowSize = Size * DFS.ShadowWidthBytes; in loadFast16ShadowFast() local
2134 ShadowSize == 4 ? Type::getInt32Ty(*DFS.Ctx) : Type::getInt64Ty(*DFS.Ctx); in loadFast16ShadowFast()
2210 const uint64_t ShadowSize = Size * DFS.ShadowWidthBytes; in loadLegacyShadowFast() local
2216 ShadowSize == 4 ? Type::getInt32Ty(*DFS.Ctx) : Type::getInt64Ty(*DFS.Ctx); in loadLegacyShadowFast()