|
LLVM 22.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 330 of file StandardInstrumentations.h.
|
inline |
Definition at line 332 of file StandardInstrumentations.h.
References B(), Body, Data, getName(), and Label.
Referenced by operator!=(), and operator==().
|
inline |
|
inline |
Definition at line 348 of file StandardInstrumentations.h.
References Body.
|
inline |
Definition at line 351 of file StandardInstrumentations.h.
|
inline |
Definition at line 346 of file StandardInstrumentations.h.
References Label.
|
inline |
Definition at line 343 of file StandardInstrumentations.h.
References BlockDataT(), and Body.
|
inline |
Definition at line 342 of file StandardInstrumentations.h.
References BlockDataT(), and Body.
|
protected |
Definition at line 355 of file StandardInstrumentations.h.
Referenced by BlockDataT(), BlockDataT(), getBody(), operator!=(), and operator==().
|
protected |
Definition at line 358 of file StandardInstrumentations.h.
Referenced by BlockDataT(), BlockDataT(), and getData().
|
protected |
Definition at line 354 of file StandardInstrumentations.h.
Referenced by BlockDataT(), BlockDataT(), and getLabel().