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

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

Public Attributes

MapVector< AllocaInst *, AllocaInfoAllocasToInstrument
 
SmallVector< Instruction *, 4 > UnrecognizedLifetimes
 
SmallVector< Instruction *, 8 > RetVec
 
bool CallsReturnTwice = false
 

Detailed Description

Definition at line 60 of file MemoryTaggingSupport.h.

Member Data Documentation

◆ AllocasToInstrument

MapVector<AllocaInst *, AllocaInfo> llvm::memtag::StackInfo::AllocasToInstrument

Definition at line 61 of file MemoryTaggingSupport.h.

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

◆ CallsReturnTwice

bool llvm::memtag::StackInfo::CallsReturnTwice = false

Definition at line 64 of file MemoryTaggingSupport.h.

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

◆ RetVec

SmallVector<Instruction *, 8> llvm::memtag::StackInfo::RetVec

Definition at line 63 of file MemoryTaggingSupport.h.

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

◆ UnrecognizedLifetimes

SmallVector<Instruction *, 4> llvm::memtag::StackInfo::UnrecognizedLifetimes

Definition at line 62 of file MemoryTaggingSupport.h.

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


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