LLVM 20.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
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 () |
const std::vector< std::string > & | getOrder () const |
StringMap< BlockDataT< T > > & | getData () |
const StringMap< BlockDataT< T > > & | getData () const |
bool | operator== (const OrderedChangedData< BlockDataT< T > > &That) const |
Protected Attributes | |
std::string | EntryBlockName |
Protected Attributes inherited from llvm::OrderedChangedData< BlockDataT< T > > | |
std::vector< std::string > | Order |
StringMap< BlockDataT< T > > | Data |
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 BlockDataT< T > *, const BlockDataT< T > *)> HandlePair) |
Definition at line 383 of file StandardInstrumentations.h.
|
inline |
Definition at line 385 of file StandardInstrumentations.h.
|
inline |
Definition at line 388 of file StandardInstrumentations.h.
References llvm::FuncDataT< T >::EntryBlockName.
|
protected |
Definition at line 391 of file StandardInstrumentations.h.
Referenced by llvm::FuncDataT< T >::getEntryBlockName().