LLVM 20.0.0git
|
An ID for a registered callback. More...
#include "llvm/SandboxIR/Context.h"
Public Types | |
using | ValTy = uint64_t |
Public Member Functions | |
CallbackID ()=default | |
Static Public Attributes | |
static constexpr const ValTy | InvalidVal = 0 |
Friends | |
class | Context |
struct | DenseMapInfo< CallbackID > |
An ID for a registered callback.
Used for deregistration. A dedicated type is employed so as to keep IDs opaque to the end user; only Context should deal with its underlying representation.
|
default |
|
friend |