LLVM  3.7.0
Public Attributes | List of all members
llvm::ASanStackFrameLayout Struct Reference

#include <ASanStackFrameLayout.h>

Collaboration diagram for llvm::ASanStackFrameLayout:
[legend]

Public Attributes

SmallString< 64 > DescriptionString
 
SmallVector< uint8_t, 64 > ShadowBytes
 
size_t FrameAlignment
 
size_t FrameSize
 

Detailed Description

Definition at line 40 of file ASanStackFrameLayout.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: