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