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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  232   TypeIndex getFunctionType() const { return FunctionType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  537   error(IO.mapInteger(Record.FunctionType, "FunctionType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  424   IO.mapRequired("FunctionType", Record.FunctionType);
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);