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

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

Public Attributes

const charName
 
uint64_t Size
 
size_t LifetimeSize
 
uint64_t Alignment
 
AllocaInstAI
 
size_t Offset
 
unsigned Line
 

Detailed Description

Definition at line 30 of file ASanStackFrameLayout.h.

Member Data Documentation

◆ AI

AllocaInst* llvm::ASanStackVariableDescription::AI

Definition at line 37 of file ASanStackFrameLayout.h.

◆ Alignment

uint64_t llvm::ASanStackVariableDescription::Alignment

Definition at line 36 of file ASanStackFrameLayout.h.

Referenced by llvm::CompareVars().

◆ LifetimeSize

size_t llvm::ASanStackVariableDescription::LifetimeSize

Definition at line 34 of file ASanStackFrameLayout.h.

◆ Line

unsigned llvm::ASanStackVariableDescription::Line

Definition at line 40 of file ASanStackFrameLayout.h.

◆ Name

const char* llvm::ASanStackVariableDescription::Name

Definition at line 31 of file ASanStackFrameLayout.h.

◆ Offset

size_t llvm::ASanStackVariableDescription::Offset

Definition at line 38 of file ASanStackFrameLayout.h.

◆ Size

uint64_t llvm::ASanStackVariableDescription::Size

Definition at line 33 of file ASanStackFrameLayout.h.


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