LLVM  4.0.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 LifetimeSize
 
size_t Alignment
 
AllocaInstAI
 
size_t Offset
 
unsigned Line
 

Detailed Description

Definition at line 31 of file ASanStackFrameLayout.h.

Member Data Documentation

AllocaInst* llvm::ASanStackVariableDescription::AI

Definition at line 38 of file ASanStackFrameLayout.h.

size_t llvm::ASanStackVariableDescription::Alignment

Definition at line 37 of file ASanStackFrameLayout.h.

Referenced by llvm::CompareVars().

size_t llvm::ASanStackVariableDescription::LifetimeSize

Definition at line 35 of file ASanStackFrameLayout.h.

unsigned llvm::ASanStackVariableDescription::Line

Definition at line 41 of file ASanStackFrameLayout.h.

const char* llvm::ASanStackVariableDescription::Name

Definition at line 32 of file ASanStackFrameLayout.h.

size_t llvm::ASanStackVariableDescription::Offset

Definition at line 39 of file ASanStackFrameLayout.h.

uint64_t llvm::ASanStackVariableDescription::Size

Definition at line 34 of file ASanStackFrameLayout.h.


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