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

#include <ASanStackFrameLayout.h>

Collaboration diagram for llvm::ASanStackVariableDescription:
[legend]

Public Attributes

const char * Name
 
uint64_t Size
 
size_t Alignment
 
AllocaInstAI
 
size_t Offset
 

Detailed Description

Definition at line 29 of file ASanStackFrameLayout.h.

Member Data Documentation

AllocaInst* llvm::ASanStackVariableDescription::AI

Definition at line 34 of file ASanStackFrameLayout.h.

size_t llvm::ASanStackVariableDescription::Alignment

Definition at line 33 of file ASanStackFrameLayout.h.

Referenced by llvm::CompareVars().

const char* llvm::ASanStackVariableDescription::Name

Definition at line 30 of file ASanStackFrameLayout.h.

size_t llvm::ASanStackVariableDescription::Offset

Definition at line 35 of file ASanStackFrameLayout.h.

uint64_t llvm::ASanStackVariableDescription::Size

Definition at line 32 of file ASanStackFrameLayout.h.


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