reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  494   TypeIndex getVTableShape() const { return VTableShape; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  407   error(IO.mapInteger(Record.VTableShape, "VShape"));
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   94     return Session.getSymbolCache().findSymbolByTypeIndex(Class->VTableShape);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  520   IO.mapRequired("VTableShape", Record.VTableShape);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  335                Class.VTableShape, Class.DerivationList, Class.FieldList);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  360   Class.VTableShape = TypeIndex::fromArrayIndex(0);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  365                       Class.VTableShape);
  372                       Struct.VTableShape);
  449                       Class.VTableShape);