LLVM 22.0.0git
llvm::memtag::StackInfo Struct Reference

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

Public Attributes

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

Detailed Description

Definition at line 58 of file MemoryTaggingSupport.h.

Member Data Documentation

◆ AllocasToInstrument

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

Definition at line 59 of file MemoryTaggingSupport.h.

◆ CallsReturnTwice

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

Definition at line 61 of file MemoryTaggingSupport.h.

◆ RetVec

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

Definition at line 60 of file MemoryTaggingSupport.h.


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