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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  165   uint16_t getParameterCount() const { return ParameterCount; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  288   error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  403   IO.mapRequired("ParameterCount", Record.ParameterCount);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  404                Proc.ReturnType, Proc.ParameterCount, Proc.ArgumentList);
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   41   PR.ParameterCount = ParamCount;