List of vtable definitions decorated by a particular type identifier.
Declared in <llvm/IR/ModuleSummaryIndex.h>
using TypeIdCompatibleVtableInfo = std::vector<TypeIdOffsetVtableInfo>;
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.