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

References

lib/ObjectYAML/MachOEmitter.cpp
   96   TempSec.size = Sec.size;
  306           ZeroFillBytes(OS, Sec.size - Content.binary_size());
  309           Fill(OS, Sec.size, 0xDEADBEEFu);
lib/ObjectYAML/MachOYAML.cpp
  281   IO.mapRequired("size", Section.size);
  296   if (Section.content && Section.size < Section.content->binary_size())
tools/obj2yaml/macho2yaml.cpp
   71   TempSec.size = Sec.size;