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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  191   TypeIndex getReturnType() const { return ReturnType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  301   error(IO.mapInteger(Record.ReturnType, "ReturnType"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  408   IO.mapRequired("ReturnType", Record.ReturnType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  944     return CreateFunctionType(mfr.ArgumentList, mfr.ReturnType, mfr.CallConv);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  414                MF.ReturnType, MF.ParameterCount, MF.ArgumentList);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  345   checkTypeReferences(0, MemberFunction.ReturnType, MemberFunction.ClassType,
  444   checkTypeReferences(9, MemberFunction.ReturnType, MemberFunction.ClassType,