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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  661   TypeIndex getSourceFile() const { return SourceFile; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  519   error(IO.mapInteger(Record.SourceFile, "SourceFile"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  577   IO.mapRequired("SourceFile", Record.SourceFile);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  458                U.SourceFile.getIndex(), U.LineNumber);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  327   checkTypeReferences(0, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile);
  441   checkTypeReferences(6, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile);