MLIR  19.0.0git
Public Member Functions | Protected Member Functions | List of all members
mlir::LLVM::ModuleTranslation::StackFrame Class Reference

Common CRTP base class for ModuleTranslation stack frames. More...

#include "mlir/Target/LLVMIR/ModuleTranslation.h"

+ Inheritance diagram for mlir::LLVM::ModuleTranslation::StackFrame:

Public Member Functions

virtual ~StackFrame ()=default
 
TypeID getTypeID () const
 

Protected Member Functions

 StackFrame (TypeID typeID)
 

Detailed Description

Common CRTP base class for ModuleTranslation stack frames.

Definition at line 229 of file ModuleTranslation.h.

Constructor & Destructor Documentation

◆ ~StackFrame()

virtual mlir::LLVM::ModuleTranslation::StackFrame::~StackFrame ( )
virtualdefault

◆ StackFrame()

mlir::LLVM::ModuleTranslation::StackFrame::StackFrame ( TypeID  typeID)
inlineexplicitprotected

Definition at line 235 of file ModuleTranslation.h.

Member Function Documentation

◆ getTypeID()

TypeID mlir::LLVM::ModuleTranslation::StackFrame::getTypeID ( ) const
inline

Definition at line 232 of file ModuleTranslation.h.


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