enum ValueHandleBase::HandleBaseKind
Description
This indicates what sub class the handle actually is. This is to avoid having a vtable for the light-weight handle pointers. The fully general Callback version does have a vtable.
Declared at: llvm/include/llvm/IR/ValueHandle.h:37
Enumerators
Name | Value | Comment |
---|---|---|
Assert | 0 | |
Callback | 1 | |
Weak | 2 | |
WeakTracking | 3 |