|
LLVM 24.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
| BlockDataT (const BasicBlock &B) | |
| BlockDataT (const MachineBasicBlock &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 337 of file StandardInstrumentations.h.
|
inline |
Definition at line 339 of file StandardInstrumentations.h.
References B(), Body, Data, getName(), and Label.
Referenced by operator!=(), and operator==().
|
inline |
|
inline |
Definition at line 355 of file StandardInstrumentations.h.
References Body.
|
inline |
Definition at line 358 of file StandardInstrumentations.h.
|
inline |
Definition at line 353 of file StandardInstrumentations.h.
References Label.
|
inline |
Definition at line 350 of file StandardInstrumentations.h.
References BlockDataT(), and Body.
|
inline |
Definition at line 349 of file StandardInstrumentations.h.
References BlockDataT(), and Body.
|
protected |
Definition at line 362 of file StandardInstrumentations.h.
Referenced by BlockDataT(), BlockDataT(), getBody(), operator!=(), and operator==().
|
protected |
Definition at line 365 of file StandardInstrumentations.h.
Referenced by BlockDataT(), BlockDataT(), and getData().
|
protected |
Definition at line 361 of file StandardInstrumentations.h.
Referenced by BlockDataT(), BlockDataT(), and getLabel().