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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  591   uint32_t getAge() const { return Age; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  578   error(IO.mapInteger(Record.Age, "Age"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  554   IO.mapRequired("Age", Record.Age);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  432   P.formatLine("name = {0}, age = {1}, guid = {2}", TS.Name, TS.Age, TS.Guid);