Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3493 const auto &ShadowAfterScope = GetShadowBytesAfterScope(SVD, L); in processStaticAllocas() local
3499 copyToShadow(ShadowAfterScope, ShadowAfterScope, IRB, ShadowBase); in processStaticAllocas()
3512 copyToShadow(ShadowAfterScope, in processStaticAllocas()
3513 APC.DoPoison ? ShadowAfterScope : ShadowInScope, Begin, End, in processStaticAllocas()
3518 SmallVector<uint8_t, 64> ShadowClean(ShadowAfterScope.size(), 0); in processStaticAllocas()
3567 copyToShadow(ShadowAfterScope, ShadowClean, IRBElse, ShadowBase); in processStaticAllocas()
3569 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()