LLVM 20.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, const char *DebugType)
 
void visit (OptimizationRemarkEmitter &ORE, Instruction &Inst)
 
AllocaInterestingness getAllocaInterestingness (const AllocaInst &AI)
 
StackInfoget ()
 

Detailed Description

Definition at line 77 of file MemoryTaggingSupport.h.

Constructor & Destructor Documentation

◆ StackInfoBuilder()

llvm::memtag::StackInfoBuilder::StackInfoBuilder ( const StackSafetyGlobalInfo SSI,
const char DebugType 
)
inline

Definition at line 79 of file MemoryTaggingSupport.h.

Member Function Documentation

◆ get()

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

Definition at line 84 of file MemoryTaggingSupport.h.

◆ getAllocaInterestingness()

AllocaInterestingness llvm::memtag::StackInfoBuilder::getAllocaInterestingness ( const AllocaInst AI)

◆ visit()

void llvm::memtag::StackInfoBuilder::visit ( OptimizationRemarkEmitter ORE,
Instruction Inst 
)

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