LLVM 19.0.0git
Public Member Functions | List of all members
llvm::memtag::StackInfoBuilder Class Reference

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

Public Member Functions

 StackInfoBuilder (const StackSafetyGlobalInfo *SSI)
 
void visit (Instruction &Inst)
 
bool isInterestingAlloca (const AllocaInst &AI)
 
StackInfoget ()
 

Detailed Description

Definition at line 67 of file MemoryTaggingSupport.h.

Constructor & Destructor Documentation

◆ StackInfoBuilder()

llvm::memtag::StackInfoBuilder::StackInfoBuilder ( const StackSafetyGlobalInfo SSI)
inline

Definition at line 69 of file MemoryTaggingSupport.h.

Member Function Documentation

◆ get()

StackInfo & llvm::memtag::StackInfoBuilder::get ( )
inline

Definition at line 73 of file MemoryTaggingSupport.h.

◆ isInterestingAlloca()

bool llvm::memtag::StackInfoBuilder::isInterestingAlloca ( const AllocaInst AI)

◆ visit()

void llvm::memtag::StackInfoBuilder::visit ( Instruction Inst)

The documentation for this class was generated from the following files: