| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/Transforms/Utils/MemoryTaggingSupport.h"
Public Attributes | |
| AllocaInst * | AI | 
| SmallVector< IntrinsicInst *, 2 > | LifetimeStart | 
| SmallVector< IntrinsicInst *, 2 > | LifetimeEnd | 
| SmallVector< DbgVariableRecord *, 2 > | DbgVariableRecords | 
Definition at line 51 of file MemoryTaggingSupport.h.
| AllocaInst* llvm::memtag::AllocaInfo::AI | 
Definition at line 52 of file MemoryTaggingSupport.h.
| SmallVector<DbgVariableRecord *, 2> llvm::memtag::AllocaInfo::DbgVariableRecords | 
Definition at line 55 of file MemoryTaggingSupport.h.
Referenced by llvm::memtag::StackInfoBuilder::visit().
| SmallVector<IntrinsicInst *, 2> llvm::memtag::AllocaInfo::LifetimeEnd | 
Definition at line 54 of file MemoryTaggingSupport.h.
| SmallVector<IntrinsicInst *, 2> llvm::memtag::AllocaInfo::LifetimeStart | 
Definition at line 53 of file MemoryTaggingSupport.h.