llvm::TypeIdCompatibleVtableInfo

List of vtable definitions decorated by a particular type identifier.

Synopsis

Declared in <llvm/IR/ModuleSummaryIndex.h>

using TypeIdCompatibleVtableInfo = std::vector<TypeIdOffsetVtableInfo>;

Description

Also records their corresponding offsets in that type identifier's metadata. Note that each type identifier may be compatible with multiple vtables, due to inheritance, which is why this is a vector.