MLIR
20.0.0git
|
CRTP base class for BreakpointManager implementations. More...
#include "mlir/Debug/BreakpointManager.h"
Public Member Functions | |
BreakpointManagerBase () | |
Public Member Functions inherited from mlir::tracing::BreakpointManager | |
virtual | ~BreakpointManager ()=default |
TypeID | getTypeID () const |
TypeID for the subclass, used for casting purpose. More... | |
virtual Breakpoint * | match (const Action &action) const =0 |
Try to match a Breakpoint to a given Action. More... | |
Static Public Member Functions | |
static bool | classof (const BreakpointManager *breakpointManager) |
Provide classof to allow casting between breakpoint manager types. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::tracing::BreakpointManager | |
BreakpointManager (TypeID typeID) | |
Protected Attributes inherited from mlir::tracing::BreakpointManager | |
TypeID | typeID |
CRTP base class for BreakpointManager implementations.
Definition at line 82 of file BreakpointManager.h.
|
inline |
Definition at line 84 of file BreakpointManager.h.
|
inlinestatic |
Provide classof to allow casting between breakpoint manager types.
Definition at line 87 of file BreakpointManager.h.
References mlir::tracing::BreakpointManager::getTypeID().