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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  711   uint32_t getVFPtrOffset() const { return VFPtrOffset; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  483   error(IO.mapInteger(Record.VFPtrOffset, "VFPtrOffset"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  589   IO.mapRequired("VFPtrOffset", Record.VFPtrOffset);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  382                VFT.VFPtrOffset, VFT.CompleteClass, VFT.OverriddenVFTable);