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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  281       IO, uint8_t(Record.CallConv), makeArrayRef(getCallingConventions()));
  283       getFlagNames(IO, static_cast<uint16_t>(Record.Options),
  285   error(IO.mapInteger(Record.ReturnType, "ReturnType"));
  286   error(IO.mapEnum(Record.CallConv, "CallingConvention: " + CallingConvName));
  287   error(IO.mapEnum(Record.Options, "FunctionOptions" + FuncOptionNames));
  288   error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
  289   error(IO.mapInteger(Record.ArgumentList, "ArgListType"));