LLVM 23.0.0git
llvm::memtag::AllocaInfo Struct Reference

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

Public Attributes

AllocaInstAI
SmallVector< IntrinsicInst *, 2 > LifetimeStart
SmallVector< IntrinsicInst *, 2 > LifetimeEnd
SmallVector< DbgVariableRecord *, 2 > DbgVariableRecords
MapVector< BasicBlock *, Intrinsic::IDLastBBLifetime

Detailed Description

Definition at line 32 of file MemoryTaggingSupport.h.

Member Data Documentation

◆ AI

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

Definition at line 33 of file MemoryTaggingSupport.h.

◆ DbgVariableRecords

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

Definition at line 36 of file MemoryTaggingSupport.h.

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

◆ LastBBLifetime

MapVector<BasicBlock *, Intrinsic::ID> llvm::memtag::AllocaInfo::LastBBLifetime

Definition at line 37 of file MemoryTaggingSupport.h.

Referenced by llvm::memtag::forAllReachableExits().

◆ LifetimeEnd

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

Definition at line 35 of file MemoryTaggingSupport.h.

Referenced by llvm::memtag::forAllReachableExits().

◆ LifetimeStart

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

Definition at line 34 of file MemoryTaggingSupport.h.

Referenced by llvm::memtag::forAllReachableExits().


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