LLVM
15.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 263 of file StandardInstrumentations.h.
|
inline |
Definition at line 265 of file StandardInstrumentations.h.
References B, llvm::BlockDataT< T >::Body, and llvm::X86AS::SS.
|
inline |
Definition at line 276 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 279 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Data, and T.
|
inline |
Definition at line 274 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Label.
|
inline |
Definition at line 271 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 270 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
protected |
Definition at line 283 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 286 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::getData().
|
protected |
Definition at line 282 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::getLabel().