LLVM 20.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
std::vector< std::string > & | getOrder () |
const std::vector< std::string > & | getOrder () const |
StringMap< T > & | getData () |
const StringMap< T > & | getData () const |
bool | operator== (const OrderedChangedData< T > &That) const |
Static Public Member Functions | |
static void | report (const OrderedChangedData &Before, const OrderedChangedData &After, function_ref< void(const T *, const T *)> HandlePair) |
Protected Attributes | |
std::vector< std::string > | Order |
StringMap< T > | Data |
Definition at line 348 of file StandardInstrumentations.h.
|
inline |
Definition at line 355 of file StandardInstrumentations.h.
References llvm::OrderedChangedData< T >::Data.
Referenced by llvm::IRComparer< T >::generateFunctionData(), and llvm::OrderedChangedData< T >::operator==().
|
inline |
Definition at line 356 of file StandardInstrumentations.h.
References llvm::OrderedChangedData< T >::Data.
|
inline |
Definition at line 351 of file StandardInstrumentations.h.
References llvm::OrderedChangedData< T >::Order.
Referenced by llvm::IRComparer< T >::generateFunctionData().
|
inline |
Definition at line 352 of file StandardInstrumentations.h.
References llvm::OrderedChangedData< T >::Order.
|
inline |
Definition at line 358 of file StandardInstrumentations.h.
References llvm::OrderedChangedData< T >::Data, and llvm::OrderedChangedData< T >::getData().
|
static |
Definition at line 597 of file StandardInstrumentations.cpp.
|
protected |
Definition at line 373 of file StandardInstrumentations.h.
Referenced by llvm::OrderedChangedData< T >::getData(), and llvm::OrderedChangedData< T >::operator==().
|
protected |
Definition at line 372 of file StandardInstrumentations.h.
Referenced by llvm::OrderedChangedData< T >::getOrder().