LLVM 22.0.0git
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 73 of file MemoryTaggingSupport.h.

Constructor & Destructor Documentation

◆ StackInfoBuilder()

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

Definition at line 75 of file MemoryTaggingSupport.h.

Member Function Documentation

◆ get()

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

Definition at line 80 of file MemoryTaggingSupport.h.

◆ getAllocaInterestingness()

◆ visit()


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