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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  231   TypeIndex getClassType() const { return ClassType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  536   error(IO.mapInteger(Record.ClassType, "ClassType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  423   IO.mapRequired("ClassType", Record.ClassType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  397                Id.FunctionType, Id.ClassType);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  296   checkTypeReferences(0, MemFuncId.ClassType, MemFuncId.FunctionType);
  435   checkTypeReferences(1, MemFuncId.ClassType, MemFuncId.FunctionType);