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

NameValueComment
Assert0
Callback1
Weak2
WeakTracking3