Searched refs:ShadowAfterScope (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3317 const auto &ShadowAfterScope = GetShadowBytesAfterScope(SVD, L); in processStaticAllocas() local 3323 copyToShadow(ShadowAfterScope, ShadowAfterScope, IRB, ShadowBase); in processStaticAllocas() 3336 copyToShadow(ShadowAfterScope, in processStaticAllocas() 3337 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas() 3342 SmallVector<uint8_t, 64> ShadowClean(ShadowAfterScope.size(), 0); in processStaticAllocas() 3391 copyToShadow(ShadowAfterScope, ShadowClean, IRBElse, ShadowBase); in processStaticAllocas() 3393 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()
|