Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h73 SmallVector<uint8_t, 64> GetShadowBytesAfterScope(
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp133 SmallVector<uint8_t, 64> GetShadowBytesAfterScope( in GetShadowBytesAfterScope() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3317 const auto &ShadowAfterScope = GetShadowBytesAfterScope(SVD, L); in processStaticAllocas()