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

References

lib/ObjectYAML/COFFEmitter.cpp
   45     return static_cast<int32_t>(Obj.Sections.size()) >
   68     for (std::vector<COFFYAML::Section>::iterator i = Obj.Sections.begin(),
   69                                                   e = Obj.Sections.end();
  214   CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size();
  219   for (COFFYAML::Section &S : CP.Obj.Sections) {
  232   for (COFFYAML::Section &S : CP.Obj.Sections) {
  300   CP.Obj.Header.NumberOfSections = CP.Obj.Sections.size();
  360   for (const COFFYAML::Section &S : CP.Obj.Sections) {
  475   for (std::vector<COFFYAML::Section>::iterator i = CP.Obj.Sections.begin(),
  476                                                 e = CP.Obj.Sections.end();
  501   for (const COFFYAML::Section &S : CP.Obj.Sections) {
lib/ObjectYAML/COFFYAML.cpp
  594   IO.mapRequired("sections", Obj.Sections);
tools/obj2yaml/coff2yaml.cpp
  138   std::vector<COFFYAML::Section> &YAMLSections = YAMLObj.Sections;