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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  907   TypeIndex getVBPtrType() const { return VBPtrType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  671   error(IO.mapInteger(Record.VBPtrType, "VBPtrType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  655   IO.mapRequired("VBPtrType", Record.VBPtrType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  576       Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  508   checkTypeReferences(0, VirtualBaseClass.BaseType, VirtualBaseClass.VBPtrType);
  534       VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex);