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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  166   TypeIndex getArgumentList() const { return ArgumentList; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  289   error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   95     initializeArgList(Proc.ArgumentList);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  404   IO.mapRequired("ArgumentList", Record.ArgumentList);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  937     return CreateFunctionType(pr.ArgumentList, pr.ReturnType, pr.CallConv);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  404                Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList);
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   38   PR.ArgumentList = ArgList;
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  339   checkTypeReferences(0, Procedure.ReturnType, Procedure.ArgumentList);
  443   checkTypeReferences(8, Procedure.ReturnType, Procedure.ArgumentList);