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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  641   TypeIndex getUDT() const { return UDT; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  509   error(IO.mapInteger(Record.UDT, "UDT"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  570   IO.mapRequired("UDT", Record.UDT);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  464   P.formatLine("udt = {0}, file = {1}, line = {2}", U.UDT,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  321   checkTypeReferences(0, UdtSourceLine.UDT, UdtSourceLine.SourceFile);
  440   checkTypeReferences(5, UdtSourceLine.UDT, UdtSourceLine.SourceFile);