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

References

lib/ObjectYAML/MachOEmitter.cpp
   97   TempSec.offset = Sec.offset;
  271         ZeroToOffset(OS, Sec.offset);
  274         assert((OS.tell() - fileStart <= Sec.offset ||
  275                 Sec.offset == (uint32_t)0) &&
lib/ObjectYAML/MachOYAML.cpp
  282   IO.mapRequired("offset", Section.offset);
tools/obj2yaml/macho2yaml.cpp
   72   TempSec.offset = Sec.offset;