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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  939   uint32_t getStartTypeIndex() const { return StartTypeIndex; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  698   error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  598   IO.mapRequired("StartTypeIndex", Record.StartTypeIndex);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  509            Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  584   P.StartTypeIndex = TypeIndex::FirstNonSimpleIndex;