Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3343 SmallVector<uint8_t, 64> ShadowAfterReturn; in processStaticAllocas() local
3371 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()
3373 copyToShadow(ShadowAfterReturn, ShadowAfterReturn, IRBPoison, in processStaticAllocas()