LLVM
8.0.1
|
#include "llvm/Transforms/Utils/ASanStackFrameLayout.h"
Public Attributes | |
size_t | Granularity |
size_t | FrameAlignment |
size_t | FrameSize |
Definition at line 45 of file ASanStackFrameLayout.h.
size_t llvm::ASanStackFrameLayout::FrameAlignment |
Definition at line 47 of file ASanStackFrameLayout.h.
Referenced by StackMallocSizeClass().
size_t llvm::ASanStackFrameLayout::FrameSize |
Definition at line 48 of file ASanStackFrameLayout.h.
Referenced by llvm::GetShadowBytes(), and StackMallocSizeClass().
size_t llvm::ASanStackFrameLayout::Granularity |
Definition at line 46 of file ASanStackFrameLayout.h.
Referenced by llvm::ComputeASanStackFrameLayout(), llvm::GetShadowBytes(), llvm::GetShadowBytesAfterScope(), and StackMallocSizeClass().