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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  256     : _file(file),
  257       _is64(MachOLinkingContext::is64Bit(file.arch)),
  258       _swap(!MachOLinkingContext::isHostEndian(file.arch)),
  259       _bigEndianArch(MachOLinkingContext::isBigEndian(file.arch)),
  265   if (file.fileType == llvm::MachO::MH_OBJECT) {
  269                                + file.sections.size() * sectsSize
  272     if (file.hasMinVersionLoadCommand) {
  288     for (const Section &sect : file.sections) {