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

References

lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   91   error(IO.mapInteger(Section.SectionNumber));
   92   error(IO.mapInteger(Section.Alignment));
   94   error(IO.mapInteger(Section.Rva));
   95   error(IO.mapInteger(Section.Length));
   96   error(IO.mapInteger(Section.Characteristics));
   97   error(IO.mapStringZ(Section.Name));