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

References

tools/obj2yaml/coff2yaml.cpp
  182       cantFail(Obj.getSectionContents(COFFSection, sectionData));
  183     NewYAMLSection.SectionData = yaml::BinaryRef(sectionData);
  186       NewYAMLSection.DebugS = CodeViewYAML::fromDebugS(sectionData, SC);
  188       NewYAMLSection.DebugT = CodeViewYAML::fromDebugT(sectionData,
  191       NewYAMLSection.DebugP = CodeViewYAML::fromDebugT(sectionData,
  194       NewYAMLSection.DebugH = CodeViewYAML::fromDebugH(sectionData);