LLVM 23.0.0git
llvm::detail::InfoMixin< DerivedT > Struct Template Reference

#include "llvm/IR/PassManager.h"

Inherited by llvm::AnalysisInfoMixin< DerivedT >, and llvm::PassInfoMixin< DerivedT >.

Static Public Member Functions

static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

template<typename DerivedT>
struct llvm::detail::InfoMixin< DerivedT >

Definition at line 61 of file PassManager.h.

Member Function Documentation

◆ name()

template<typename DerivedT>
StringRef llvm::detail::InfoMixin< DerivedT >::name ( )
inlinestatic

Gets the name of the pass we are mixed into.

Definition at line 63 of file PassManager.h.

References llvm::getTypeName().


The documentation for this struct was generated from the following file: