Computed AddressSanitizer layout of an instrumented stack frame.

Synopsis

Declared in <llvm/Transforms/Utils/ASanStackFrameLayout.h>

struct ASanStackFrameLayout;

Description

Output data struct for ComputeASanStackFrameLayout.

Data Members

Name

Description

FrameAlignment

Alignment of the entire stack frame.

FrameSize

Size of the frame in bytes.

Granularity

Shadow granularity in bytes.

Non-Member Functions

Name

Description

ComputeASanStackFrameLayout

Compute the AddressSanitizer layout of a stack frame.

Created with MrDocs