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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  863   TypeIndex getType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  682   error(IO.mapInteger(Record.Type, "Type"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  643   IO.mapRequired("Type", Record.Type);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  589   P.format(" type = {0}", VFP.Type);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  514   checkTypeReferences(0, VFPtr.Type);
  534       VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex);