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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  125     error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs));
  128       error(IO.mapInteger(Padding));
  130     error(IO.mapInteger(Method.Type, "Type"));
  132       error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset"));
  137       error(IO.mapStringZ(Method.Name, "Name"));
  167       error(IO.mapStringZ(N));
  168       error(IO.mapStringZ(U));
  173       error(IO.mapStringZ(N));
  179     error(IO.mapStringZ(Name, "Name"));
  181       error(IO.mapStringZ(UniqueName, "LinkageName"));
  198   error(IO.beginRecord(MaxLen));
  206     error(IO.mapInteger(RecordLen, "Record length"));
  207     error(IO.mapEnum(RecordKind, "Record kind: " + RecordKindName));
  223   error(IO.endRecord());
  239   error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) -
  250     error(IO.mapEnum(Record.Kind, "Member kind: " + MemberKindName));
  265   error(IO.endRecord());
  273   error(IO.mapInteger(Record.ModifiedType, "ModifiedType"));
  274   error(IO.mapEnum(Record.Modifiers, "Modifiers" + ModifierNames));
  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"));
  301   error(IO.mapInteger(Record.ReturnType, "ReturnType"));
  302   error(IO.mapInteger(Record.ClassType, "ClassType"));
  303   error(IO.mapInteger(Record.ThisType, "ThisType"));
  304   error(IO.mapEnum(Record.CallConv, "CallingConvention: " + CallingConvName));
  305   error(IO.mapEnum(Record.Options, "FunctionOptions" + FuncOptionNames));
  306   error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
  307   error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
  308   error(IO.mapInteger(Record.ThisPointerAdjustment, "ThisAdjustment"));
  314   error(IO.mapVectorN<uint32_t>(
  325   error(IO.mapVectorN<uint32_t>(
  368   error(IO.mapInteger(Record.ReferentType, "PointeeType"));
  369   error(IO.mapInteger(Record.Attrs, Attr));
  376     error(IO.mapInteger(M.ContainingType, "ClassType"));
  379     error(IO.mapEnum(M.Representation,
  387   error(IO.mapInteger(Record.ElementType, "ElementType"));
  388   error(IO.mapInteger(Record.IndexType, "IndexType"));
  389   error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
  390   error(IO.mapStringZ(Record.Name, "Name"));
  403   error(IO.mapInteger(Record.MemberCount, "MemberCount"));
  404   error(IO.mapEnum(Record.Options, "Properties" + PropertiesNames));
  405   error(IO.mapInteger(Record.FieldList, "FieldList"));
  406   error(IO.mapInteger(Record.DerivationList, "DerivedFrom"));
  407   error(IO.mapInteger(Record.VTableShape, "VShape"));
  408   error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
  409   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  419   error(IO.mapInteger(Record.MemberCount, "MemberCount"));
  420   error(IO.mapEnum(Record.Options, "Properties" + PropertiesNames));
  421   error(IO.mapInteger(Record.FieldList, "FieldList"));
  422   error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
  423   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  433   error(IO.mapInteger(Record.MemberCount, "NumEnumerators"));
  434   error(IO.mapEnum(Record.Options, "Properties" + PropertiesNames));
  435   error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType"));
  436   error(IO.mapInteger(Record.FieldList, "FieldListType"));
  437   error(mapNameAndUniqueName(IO, Record.Name, Record.UniqueName,
  444   error(IO.mapInteger(Record.Type, "Type"));
  445   error(IO.mapInteger(Record.BitSize, "BitSize"));
  446   error(IO.mapInteger(Record.BitOffset, "BitOffset"));
  457     error(IO.mapInteger(Size, "VFEntryCount"));
  464       error(IO.mapInteger(Byte));
  467     error(IO.mapInteger(Size));
  470       error(IO.mapInteger(Byte));
  481   error(IO.mapInteger(Record.CompleteClass, "CompleteClass"));
  482   error(IO.mapInteger(Record.OverriddenVFTable, "OverriddenVFTable"));
  483   error(IO.mapInteger(Record.VFPtrOffset, "VFPtrOffset"));
  489   error(IO.mapInteger(NamesLen));
  490   error(IO.mapVectorTail(
  501   error(IO.mapInteger(Record.Id, "Id"));
  502   error(IO.mapStringZ(Record.String, "StringData"));
  509   error(IO.mapInteger(Record.UDT, "UDT"));
  510   error(IO.mapInteger(Record.SourceFile, "SourceFile"));
  511   error(IO.mapInteger(Record.LineNumber, "LineNumber"));
  518   error(IO.mapInteger(Record.UDT, "UDT"));
  519   error(IO.mapInteger(Record.SourceFile, "SourceFile"));
  520   error(IO.mapInteger(Record.LineNumber, "LineNumber"));
  521   error(IO.mapInteger(Record.Module, "Module"));
  527   error(IO.mapInteger(Record.ParentScope, "ParentScope"));
  528   error(IO.mapInteger(Record.FunctionType, "FunctionType"));
  529   error(IO.mapStringZ(Record.Name, "Name"));
  536   error(IO.mapInteger(Record.ClassType, "ClassType"));
  537   error(IO.mapInteger(Record.FunctionType, "FunctionType"));
  538   error(IO.mapStringZ(Record.Name, "Name"));
  545   error(IO.mapVectorN<uint16_t>(
  559   error(IO.mapVectorTail(Record.Methods, MapOneMethodRecord(true), "Method"));
  570     error(IO.mapByteVectorTail(Record.Data));
  577   error(IO.mapGuid(Record.Guid, "Guid"));
  578   error(IO.mapInteger(Record.Age, "Age"));
  579   error(IO.mapStringZ(Record.Name, "Name"));
  586   error(IO.mapEnum(Record.Mode, "Mode: " + ModeName));
  594   error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs));
  595   error(IO.mapInteger(Record.Type, "BaseType"));
  596   error(IO.mapEncodedInteger(Record.Offset, "BaseOffset"));
  605   error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs));
  608   error(IO.mapEncodedInteger(Record.Value, "EnumValue"));
  609   error(IO.mapStringZ(Record.Name, "Name"));
  618   error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs));
  619   error(IO.mapInteger(Record.Type, "Type"));
  620   error(IO.mapEncodedInteger(Record.FieldOffset, "FieldOffset"));
  621   error(IO.mapStringZ(Record.Name, "Name"));
  628   error(IO.mapInteger(Record.NumOverloads, "MethodCount"));
  629   error(IO.mapInteger(Record.MethodList, "MethodListIndex"));
  630   error(IO.mapStringZ(Record.Name, "Name"));
  645   error(IO.mapInteger(Padding, "Padding"));
  646   error(IO.mapInteger(Record.Type, "Type"));
  647   error(IO.mapStringZ(Record.Name, "Name"));
  657   error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs));
  658   error(IO.mapInteger(Record.Type, "Type"));
  659   error(IO.mapStringZ(Record.Name, "Name"));
  669   error(IO.mapInteger(Record.Attrs.Attrs, "Attrs: " + Attrs));
  670   error(IO.mapInteger(Record.BaseType, "BaseType"));
  671   error(IO.mapInteger(Record.VBPtrType, "VBPtrType"));
  672   error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset"));
  673   error(IO.mapEncodedInteger(Record.VTableIndex, "VBTableIndex"));
  681   error(IO.mapInteger(Padding, "Padding"));
  682   error(IO.mapInteger(Record.Type, "Type"));
  690   error(IO.mapInteger(Padding, "Padding"));
  691   error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex"));
  698   error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex"));
  699   error(IO.mapInteger(Precomp.TypesCount, "Count"));
  700   error(IO.mapInteger(Precomp.Signature, "Signature"));
  701   error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile"));
  707   error(IO.mapInteger(EndPrecomp.Signature, "Signature"));