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

Declarations

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
   66   Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = "");

References

lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  118   error(IO.mapInteger(BPRel.Type));
  127   error(IO.mapInteger(BuildInfo.BuildId));
  139   error(IO.mapInteger(CallSiteInfo.Type));
  157   error(IO.mapInteger(FileStatic.Index));
  212   error(IO.mapInteger(Constant.Type));
  221   error(IO.mapInteger(Data.Type));
  334   error(IO.mapInteger(HeapAllocSite.Type));
  344   error(IO.mapInteger(InlineSite.Inlinee));
  353   error(IO.mapInteger(Register.Index));
  393   error(IO.mapInteger(Local.Type));
  416   error(IO.mapInteger(Proc.FunctionType));
  432       [](CodeViewRecordIO &IO, TypeIndex &N) { return IO.mapInteger(N); }));
  440   error(IO.mapInteger(RegRel.Type));
  450   error(IO.mapInteger(Data.Type));
  460   error(IO.mapInteger(UDT.Type));
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  130     error(IO.mapInteger(Method.Type, "Type"));
  273   error(IO.mapInteger(Record.ModifiedType, "ModifiedType"));
  285   error(IO.mapInteger(Record.ReturnType, "ReturnType"));
  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"));
  307   error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
  317         return IO.mapInteger(N, "Argument");
  328         return IO.mapInteger(N, "Strings");
  368   error(IO.mapInteger(Record.ReferentType, "PointeeType"));
  376     error(IO.mapInteger(M.ContainingType, "ClassType"));
  387   error(IO.mapInteger(Record.ElementType, "ElementType"));
  388   error(IO.mapInteger(Record.IndexType, "IndexType"));
  405   error(IO.mapInteger(Record.FieldList, "FieldList"));
  406   error(IO.mapInteger(Record.DerivationList, "DerivedFrom"));
  407   error(IO.mapInteger(Record.VTableShape, "VShape"));
  421   error(IO.mapInteger(Record.FieldList, "FieldList"));
  435   error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType"));
  436   error(IO.mapInteger(Record.FieldList, "FieldListType"));
  444   error(IO.mapInteger(Record.Type, "Type"));
  481   error(IO.mapInteger(Record.CompleteClass, "CompleteClass"));
  482   error(IO.mapInteger(Record.OverriddenVFTable, "OverriddenVFTable"));
  501   error(IO.mapInteger(Record.Id, "Id"));
  509   error(IO.mapInteger(Record.UDT, "UDT"));
  510   error(IO.mapInteger(Record.SourceFile, "SourceFile"));
  518   error(IO.mapInteger(Record.UDT, "UDT"));
  519   error(IO.mapInteger(Record.SourceFile, "SourceFile"));
  527   error(IO.mapInteger(Record.ParentScope, "ParentScope"));
  528   error(IO.mapInteger(Record.FunctionType, "FunctionType"));
  536   error(IO.mapInteger(Record.ClassType, "ClassType"));
  537   error(IO.mapInteger(Record.FunctionType, "FunctionType"));
  548         return IO.mapInteger(N, "Argument");
  595   error(IO.mapInteger(Record.Type, "BaseType"));
  619   error(IO.mapInteger(Record.Type, "Type"));
  629   error(IO.mapInteger(Record.MethodList, "MethodListIndex"));
  646   error(IO.mapInteger(Record.Type, "Type"));
  658   error(IO.mapInteger(Record.Type, "Type"));
  670   error(IO.mapInteger(Record.BaseType, "BaseType"));
  671   error(IO.mapInteger(Record.VBPtrType, "VBPtrType"));
  682   error(IO.mapInteger(Record.Type, "Type"));
  691   error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex"));