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 |
Alignment of the entire stack frame. |
|
Size of the frame in bytes. |
|
Shadow granularity in bytes. |
Non-Member Functions
Name |
Description |
Compute the AddressSanitizer layout of a stack frame. |
Created with MrDocs