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

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

Public Attributes

AllocaInstAI
 
SmallVector< IntrinsicInst *, 2 > LifetimeStart
 
SmallVector< IntrinsicInst *, 2 > LifetimeEnd
 
SmallVector< DbgVariableIntrinsic *, 2 > DbgVariableIntrinsics
 
SmallVector< DbgVariableRecord *, 2 > DbgVariableRecords
 

Detailed Description

Definition at line 51 of file MemoryTaggingSupport.h.

Member Data Documentation

◆ AI

AllocaInst* llvm::memtag::AllocaInfo::AI

Definition at line 52 of file MemoryTaggingSupport.h.

◆ DbgVariableIntrinsics

SmallVector<DbgVariableIntrinsic *, 2> llvm::memtag::AllocaInfo::DbgVariableIntrinsics

Definition at line 55 of file MemoryTaggingSupport.h.

Referenced by llvm::memtag::StackInfoBuilder::visit().

◆ DbgVariableRecords

SmallVector<DbgVariableRecord *, 2> llvm::memtag::AllocaInfo::DbgVariableRecords

Definition at line 57 of file MemoryTaggingSupport.h.

Referenced by llvm::memtag::StackInfoBuilder::visit().

◆ LifetimeEnd

SmallVector<IntrinsicInst *, 2> llvm::memtag::AllocaInfo::LifetimeEnd

Definition at line 54 of file MemoryTaggingSupport.h.

◆ LifetimeStart

SmallVector<IntrinsicInst *, 2> llvm::memtag::AllocaInfo::LifetimeStart

Definition at line 53 of file MemoryTaggingSupport.h.


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