LLVM 20.0.0git
|
#include "llvm/Transforms/Utils/MemoryTaggingSupport.h"
Public Attributes | |
MapVector< AllocaInst *, AllocaInfo > | AllocasToInstrument |
SmallVector< Instruction *, 4 > | UnrecognizedLifetimes |
SmallVector< Instruction *, 8 > | RetVec |
bool | CallsReturnTwice = false |
Definition at line 60 of file MemoryTaggingSupport.h.
MapVector<AllocaInst *, AllocaInfo> llvm::memtag::StackInfo::AllocasToInstrument |
Definition at line 61 of file MemoryTaggingSupport.h.
Referenced by llvm::memtag::StackInfoBuilder::visit().
bool llvm::memtag::StackInfo::CallsReturnTwice = false |
Definition at line 64 of file MemoryTaggingSupport.h.
Referenced by llvm::memtag::StackInfoBuilder::visit().
SmallVector<Instruction *, 8> llvm::memtag::StackInfo::RetVec |
Definition at line 63 of file MemoryTaggingSupport.h.
Referenced by llvm::memtag::StackInfoBuilder::visit().
SmallVector<Instruction *, 4> llvm::memtag::StackInfo::UnrecognizedLifetimes |
Definition at line 62 of file MemoryTaggingSupport.h.
Referenced by llvm::memtag::StackInfoBuilder::visit().