enum ItaniumVTableContext::VTableComponentLayout

Declared at: clang/include/clang/AST/VTableBuilder.h:390

Enumerators

NameValueComment
Pointer0Components in the vtable are pointers to other structs/functions.
Relative1Components in the vtable are relative offsets between the vtable and the other structs/functions.