|
LLVM
4.0.0
|
MachinePassRegistryListener - Listener to adds and removals of nodes in registration list. More...
#include <MachinePassRegistry.h>
Public Member Functions | |
| MachinePassRegistryListener () | |
| virtual | ~MachinePassRegistryListener () |
| virtual void | NotifyAdd (StringRef N, MachinePassCtor C, StringRef D)=0 |
| virtual void | NotifyRemove (StringRef N)=0 |
MachinePassRegistryListener - Listener to adds and removals of nodes in registration list.
Definition at line 35 of file MachinePassRegistry.h.
|
inline |
Definition at line 38 of file MachinePassRegistry.h.
|
inlinevirtual |
Definition at line 39 of file MachinePassRegistry.h.
|
pure virtual |
Implemented in llvm::RegisterPassParser< RegistryClass >.
Referenced by llvm::MachinePassRegistry::Add().
|
pure virtual |
Implemented in llvm::RegisterPassParser< RegistryClass >.
Referenced by llvm::MachinePassRegistry::Remove().
1.8.6