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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  909   uint64_t getVTableIndex() const { return VTableIndex; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  673   error(IO.mapEncodedInteger(Record.VTableIndex, "VBTableIndex"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  657   IO.mapRequired("VTableIndex", Record.VTableIndex);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  105   AddBaseClassForTypeIndex(base.BaseType, base.getAccess(), base.VTableIndex);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  576       Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex);