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

References

include/llvm/BinaryFormat/MachO.h
 1069   sys::swapByteOrder(seg.flags);
lib/ObjectYAML/MachOYAML.cpp
  495   IO.mapRequired("flags", LoadCommand.flags);
tools/dsymutil/MachOUtils.cpp
  133   Seg64.flags = Seg.flags;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  629   seg->flags = 0;
  690       cmd->flags    = 0;
  710     cmd->flags    = 0;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1573       (load_cmd.flags & SG_PROTECTED_VERSION_1) != 0;
 1601         load_cmd.flags); // Flags for this section
 1743               load_cmd.flags); // Flags for this section
 6220                  segment.nsects, segment.flags);
 6239           buffer.PutHex32(segment.flags);
tools/llvm-objdump/MachODump.cpp
10087                           SLC_64.nsects, SLC_64.flags, Buf.size(), verbose);
tools/llvm-readobj/MachODumper.cpp
  389   Segment.flags = SC.flags;