|
LLVM 22.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 () |
| 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< 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 T *, const T *)> HandlePair) |
Definition at line 398 of file StandardInstrumentations.h.
|
inline |
Definition at line 400 of file StandardInstrumentations.h.
References EntryBlockName.
|
inline |
Definition at line 403 of file StandardInstrumentations.h.
References EntryBlockName.
Referenced by llvm::DotCfgChangeReporter::handleFunctionCompare().
|
protected |
Definition at line 406 of file StandardInstrumentations.h.
Referenced by FuncDataT(), and getEntryBlockName().