13 #ifndef LLVM_TRANSFORMS_UTILS_ASANSTACKFRAMELAYOUT_H
14 #define LLVM_TRANSFORMS_UTILS_ASANSTACKFRAMELAYOUT_H
64 #endif // LLVM_TRANSFORMS_UTILS_ASANSTACKFRAMELAYOUT_H
static const int kAsanStackMidRedzoneMagic
static const int kAsanStackLeftRedzoneMagic
SmallVector< uint8_t, 64 > ShadowBytes
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
SmallString< 64 > DescriptionString
static const int kAsanStackRightRedzoneMagic
void ComputeASanStackFrameLayout(SmallVectorImpl< ASanStackVariableDescription > &Vars, size_t Granularity, size_t MinHeaderSize, ASanStackFrameLayout *Layout)
AllocaInst - an instruction to allocate memory on the stack.