Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h67 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3600 const auto &ShadowInScope = GetShadowBytes(SVD, L); in processStaticAllocas()