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

#include "llvm/Transforms/Utils/ASanStackFrameLayout.h"

Collaboration diagram for llvm::ASanStackVariableDescription:
Collaboration graph
[legend]

Public Attributes

const charName
 
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

◆ AI

AllocaInst* llvm::ASanStackVariableDescription::AI

Definition at line 38 of file ASanStackFrameLayout.h.

◆ Alignment

size_t llvm::ASanStackVariableDescription::Alignment

Definition at line 37 of file ASanStackFrameLayout.h.

Referenced by llvm::CompareVars().

◆ LifetimeSize

size_t llvm::ASanStackVariableDescription::LifetimeSize

Definition at line 35 of file ASanStackFrameLayout.h.

◆ Line

unsigned llvm::ASanStackVariableDescription::Line

Definition at line 41 of file ASanStackFrameLayout.h.

◆ Name

const char* llvm::ASanStackVariableDescription::Name

Definition at line 32 of file ASanStackFrameLayout.h.

◆ Offset

size_t llvm::ASanStackVariableDescription::Offset

Definition at line 39 of file ASanStackFrameLayout.h.

Referenced by StackMallocSizeClass().

◆ Size

uint64_t llvm::ASanStackVariableDescription::Size

Definition at line 34 of file ASanStackFrameLayout.h.


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