LLVM: llvm::ASanStackFrameLayout Struct Reference (original) (raw)

#include "[llvm/Transforms/Utils/ASanStackFrameLayout.h](ASanStackFrameLayout%5F8h%5Fsource.html)"

Public Attributes
uint64_t Granularity
uint64_t FrameAlignment
uint64_t FrameSize

Detailed Description

Definition at line 45 of file ASanStackFrameLayout.h.

Member Data Documentation

FrameAlignment

uint64_t llvm::ASanStackFrameLayout::FrameAlignment

Definition at line 47 of file ASanStackFrameLayout.h.

Referenced by llvm::ComputeASanStackFrameLayout().

FrameSize

uint64_t llvm::ASanStackFrameLayout::FrameSize

Definition at line 48 of file ASanStackFrameLayout.h.

Referenced by llvm::ComputeASanStackFrameLayout(), and llvm::GetShadowBytes().

Granularity

uint64_t llvm::ASanStackFrameLayout::Granularity

Definition at line 46 of file ASanStackFrameLayout.h.

Referenced by llvm::ComputeASanStackFrameLayout(), llvm::GetShadowBytes(), and llvm::GetShadowBytesAfterScope().


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