Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3616 SmallVector<uint8_t, 64> ShadowClean(ShadowAfterScope.size(), 0); in processStaticAllocas() local
3665 copyToShadow(ShadowAfterScope, ShadowClean, IRBElse, ShadowBase); in processStaticAllocas()
3667 copyToShadow(ShadowAfterScope, ShadowClean, IRBRet, ShadowBase); in processStaticAllocas()