Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp117 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytes() function
138 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout); in GetShadowBytesAfterScope()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h68 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DASanStackFrameLayoutTest.cpp42 EXPECT_EQ(ExpectedShadow, ShadowBytesToString(GetShadowBytes(Vars, L))); \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3018 const auto &ShadowInScope = GetShadowBytes(SVD, L); in processStaticAllocas()