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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  642   TypeIndex getSourceFile() const { return SourceFile; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  510   error(IO.mapInteger(Record.SourceFile, "SourceFile"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  571   IO.mapRequired("SourceFile", Record.SourceFile);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  465                U.SourceFile.getIndex(), U.LineNumber);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  321   checkTypeReferences(0, UdtSourceLine.UDT, UdtSourceLine.SourceFile);
  440   checkTypeReferences(5, UdtSourceLine.UDT, UdtSourceLine.SourceFile);