Searched refs:GetShadowBytes (Results 1 – 4 of 4) sorted by relevance
115 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytes() function136 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout); in GetShadowBytesAfterScope()
67 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
41 EXPECT_EQ(ExpectedShadow, ShadowBytesToString(GetShadowBytes(Vars, L))); \
3607 const auto &ShadowInScope = GetShadowBytes(SVD, L); in processStaticAllocas()