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

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

Classes

struct  BBInfo

Public Attributes

AllocaInstAI
SmallVector< IntrinsicInst *, 2 > LifetimeStart
SmallVector< IntrinsicInst *, 2 > LifetimeEnd
SmallVector< DbgVariableRecord *, 2 > DbgVariableRecords
MapVector< BasicBlock *, struct BBInfoBBInfos

Detailed Description

Definition at line 32 of file MemoryTaggingSupport.h.

Member Data Documentation

◆ AI

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

Definition at line 41 of file MemoryTaggingSupport.h.

◆ BBInfos

◆ DbgVariableRecords

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

Definition at line 44 of file MemoryTaggingSupport.h.

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

◆ LifetimeEnd

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

◆ LifetimeStart


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