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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h67 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp116 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, function in namespace:llvm
137 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3163 const auto &ShadowInScope = GetShadowBytes(SVD, L);

Completed in 186 milliseconds