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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  881   TypeIndex getBaseType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  595   error(IO.mapInteger(Record.Type, "BaseType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  648   IO.mapRequired("Type", Record.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
   91       AddBaseClassForTypeIndex(base.Type, base.getAccess());
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  566   P.formatLine("type = {0}, offset = {1}, attrs = {2}", Base.Type, Base.Offset,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  465   checkTypeReferences(0, BaseClass.Type);
  531       0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList,