Searched refs:ShadowAfterScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3672 const auto &ShadowAfterScope = GetShadowBytesAfterScope(SVD, L); in processStaticAllocas() local 3678 copyToShadow(ShadowAfterScope, ShadowAfterScope, IRB, ShadowBase); in processStaticAllocas() 3691 copyToShadow(ShadowAfterScope, in processStaticAllocas() 3692 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas() 3697 SmallVector<uint8_t, 64> ShadowClean(ShadowAfterScope.size(), 0); in processStaticAllocas() 3746 copyToShadow(ShadowAfterScope, ShadowClean, IRBElse, ShadowBase); in processStaticAllocas() 3748 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()
|