LLVM: llvm::memtag::StackInfo Struct Reference (original) (raw)

#include "[llvm/Transforms/Utils/MemoryTaggingSupport.h](MemoryTaggingSupport%5F8h%5Fsource.html)"

Public Attributes
MapVector< AllocaInst *, AllocaInfo > AllocasToInstrument
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: