|
LLVM
3.7.0
|
#include <ASanStackFrameLayout.h>
Public Attributes | |
| SmallString< 64 > | DescriptionString |
| SmallVector< uint8_t, 64 > | ShadowBytes |
| size_t | FrameAlignment |
| size_t | FrameSize |
Definition at line 40 of file ASanStackFrameLayout.h.
| SmallString<64> llvm::ASanStackFrameLayout::DescriptionString |
Definition at line 42 of file ASanStackFrameLayout.h.
Referenced by llvm::ComputeASanStackFrameLayout().
| size_t llvm::ASanStackFrameLayout::FrameAlignment |
Definition at line 46 of file ASanStackFrameLayout.h.
Referenced by llvm::ComputeASanStackFrameLayout().
| size_t llvm::ASanStackFrameLayout::FrameSize |
Definition at line 47 of file ASanStackFrameLayout.h.
Referenced by llvm::ComputeASanStackFrameLayout().
| SmallVector<uint8_t, 64> llvm::ASanStackFrameLayout::ShadowBytes |
Definition at line 45 of file ASanStackFrameLayout.h.
Referenced by llvm::ComputeASanStackFrameLayout().
1.8.6