llvm::TypeIdCompatibleVtableInfo

List of vtable definitions decorated by a particular type identifier, and 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.

Synopsis

Declared in <llvm/IR/ModuleSummaryIndex.h>

using TypeIdCompatibleVtableInfo = std::vector<TypeIdOffsetVtableInfo>;