Exemple #1
0
void CVTypeDumperImpl::visitVFPtr(TypeLeafKind Leaf, VFPtrRecord &VFTable) {
    DictScope S(W, "VFPtr");
    printTypeIndex("Type", VFTable.getType());
}
Exemple #2
0
Error TypeDumpVisitor::visitKnownMember(CVMemberRecord &CVR,
                                        VFPtrRecord &VFTable) {
  printTypeIndex("Type", VFTable.getType());
  return Error::success();
}