LLVM
17.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
BlockDataT (const BasicBlock &B) | |
bool | operator== (const BlockDataT &That) const |
bool | operator!= (const BlockDataT &That) const |
StringRef | getLabel () const |
StringRef | getBody () const |
const T & | getData () const |
Protected Attributes | |
std::string | Label |
std::string | Body |
T | Data |
Definition at line 293 of file StandardInstrumentations.h.
|
inline |
Definition at line 295 of file StandardInstrumentations.h.
References B, llvm::BlockDataT< T >::Body, and llvm::X86AS::SS.
|
inline |
Definition at line 306 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 309 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Data, and T.
|
inline |
Definition at line 304 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Label.
|
inline |
Definition at line 301 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 300 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
protected |
Definition at line 313 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::BlockDataT(), llvm::BlockDataT< T >::getBody(), llvm::BlockDataT< T >::operator!=(), and llvm::BlockDataT< T >::operator==().
|
protected |
Definition at line 316 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::getData().
|
protected |
Definition at line 312 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::getLabel().