Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp115 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytes() function
136 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout); in GetShadowBytesAfterScope()
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h67 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/llvm-project/llvm/unittests/Transforms/Utils/
H A DASanStackFrameLayoutTest.cpp41 EXPECT_EQ(ExpectedShadow, ShadowBytesToString(GetShadowBytes(Vars, L))); \
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3607 const auto &ShadowInScope = GetShadowBytes(SVD, L); in processStaticAllocas()