This indicates what sub class the handle actually is.

Synopsis

Declared in <llvm/IR/ValueHandle.h>

enum HandleBaseKind;

Description

This is to avoid having a vtable for the light‐weight handle pointers. The fully general Callback version does have a vtable.

Members

Name

Assert

Callback

Weak

WeakTracking

Created with MrDocs