LLVM 18.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 309 of file StandardInstrumentations.h.
|
inline |
Definition at line 311 of file StandardInstrumentations.h.
References B, and llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 322 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 325 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Data.
|
inline |
Definition at line 320 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Label.
|
inline |
Definition at line 317 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
inline |
Definition at line 316 of file StandardInstrumentations.h.
References llvm::BlockDataT< T >::Body.
|
protected |
Definition at line 329 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 332 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::getData().
|
protected |
Definition at line 328 of file StandardInstrumentations.h.
Referenced by llvm::BlockDataT< T >::getLabel().