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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  660   TypeIndex getUDT() const { return UDT; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  518   error(IO.mapInteger(Record.UDT, "UDT"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  576   IO.mapRequired("UDT", Record.UDT);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  457   P.formatLine("udt = {0}, mod = {1}, file = {2}, line = {3}", U.UDT, U.Module,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  327   checkTypeReferences(0, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile);
  441   checkTypeReferences(6, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile);