Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp117 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, in GetShadowBytes() function
138 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout); in GetShadowBytesAfterScope()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h68 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3055 const auto &ShadowInScope = GetShadowBytes(SVD, L); in processStaticAllocas()