LLVM 22.0.0git
llvm::FuncDataT< T > Class Template Reference

#include "llvm/Passes/StandardInstrumentations.h"

Inheritance diagram for llvm::FuncDataT< T >:
[legend]

Public Member Functions

 FuncDataT (std::string S)
std::string getEntryBlockName () const
Public Member Functions inherited from llvm::OrderedChangedData< BlockDataT< T > >
std::vector< std::string > & getOrder ()
StringMap< T > & getData ()
bool operator== (const OrderedChangedData< T > &That) const

Protected Attributes

std::string EntryBlockName
Protected Attributes inherited from llvm::OrderedChangedData< BlockDataT< T > >
std::vector< std::string > Order
StringMap< TData

Additional Inherited Members

Static Public Member Functions inherited from llvm::OrderedChangedData< BlockDataT< T > >
static void report (const OrderedChangedData &Before, const OrderedChangedData &After, function_ref< void(const T *, const T *)> HandlePair)

Detailed Description

template<typename T>
class llvm::FuncDataT< T >

Definition at line 398 of file StandardInstrumentations.h.

Constructor & Destructor Documentation

◆ FuncDataT()

template<typename T>
llvm::FuncDataT< T >::FuncDataT ( std::string S)
inline

Definition at line 400 of file StandardInstrumentations.h.

References EntryBlockName.

Member Function Documentation

◆ getEntryBlockName()

template<typename T>
std::string llvm::FuncDataT< T >::getEntryBlockName ( ) const
inline

Member Data Documentation

◆ EntryBlockName

template<typename T>
std::string llvm::FuncDataT< T >::EntryBlockName
protected

Definition at line 406 of file StandardInstrumentations.h.

Referenced by FuncDataT(), and getEntryBlockName().


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