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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  192   TypeIndex getClassType() const { return ClassType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  302   error(IO.mapInteger(Record.ClassType, "ClassType"));
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   92         Session.getSymbolCache().findSymbolByTypeIndex(MemberFunc.ClassType);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  409   IO.mapRequired("ClassType", Record.ClassType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  416                MF.ClassType, MF.ThisType, MF.ThisPointerAdjustment);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  345   checkTypeReferences(0, MemberFunction.ReturnType, MemberFunction.ClassType,
  444   checkTypeReferences(9, MemberFunction.ReturnType, MemberFunction.ClassType,