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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  908   uint64_t getVBPtrOffset() const { return VBPtrOffset; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  672   error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  656   IO.mapRequired("VBPtrOffset", Record.VBPtrOffset);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  576       Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);