LLVM 22.0.0git
|
#include "llvm/Transforms/Utils/MemoryTaggingSupport.h"
Public Attributes | |
MapVector< AllocaInst *, AllocaInfo > | AllocasToInstrument |
SmallVector< Instruction *, 8 > | RetVec |
bool | CallsReturnTwice = false |
Definition at line 58 of file MemoryTaggingSupport.h.
MapVector<AllocaInst *, AllocaInfo> llvm::memtag::StackInfo::AllocasToInstrument |
Definition at line 59 of file MemoryTaggingSupport.h.
bool llvm::memtag::StackInfo::CallsReturnTwice = false |
Definition at line 61 of file MemoryTaggingSupport.h.
SmallVector<Instruction *, 8> llvm::memtag::StackInfo::RetVec |
Definition at line 60 of file MemoryTaggingSupport.h.