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

References

include/llvm/BinaryFormat/MachO.h
 1092   sys::swapByteOrder(sect.flags);
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  122       NSec.Flags = Sec64.flags;
lib/Object/MachOObjectFile.cpp
  176     return Sect.flags;
  300           s.flags != MachO::S_ZEROFILL &&
  301           s.flags != MachO::S_THREAD_LOCAL_ZEROFILL &&
  308           s.flags != MachO::S_ZEROFILL &&
  309           s.flags != MachO::S_THREAD_LOCAL_ZEROFILL && S.fileoff == 0 &&
  318           s.flags != MachO::S_ZEROFILL &&
  319           s.flags != MachO::S_THREAD_LOCAL_ZEROFILL &&
  327           s.flags != MachO::S_ZEROFILL &&
  328           s.flags != MachO::S_THREAD_LOCAL_ZEROFILL &&
  352           s.flags != MachO::S_ZEROFILL &&
  353           s.flags != MachO::S_THREAD_LOCAL_ZEROFILL)
 1931     SectType = Sect.flags & MachO::SECTION_TYPE;
lib/ObjectYAML/MachOEmitter.cpp
  101   TempSec.flags = Sec.flags;
lib/ObjectYAML/MachOYAML.cpp
  466   IO.mapRequired("flags", Section.flags);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  299           section.type = (SectionType)(read32(&sect->flags, isBig) &
  301           section.attributes  = read32(&sect->flags, isBig) & SECTION_ATTRIBUTES;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  657     sout->flags = sin.type | sin.attributes;
  727       sect->flags     = section->type | section->attributes;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1754       lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name);
 1760           sect64.flags));
 4577         if ((m_mach_sections[sect_idx].flags & SECTION_TYPE) ==
tools/llvm-objcopy/MachO/MachOReader.cpp
   45   S.Flags = Sec.flags;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  219   Temp.flags = Sec.Flags;
tools/llvm-objdump/MachODump.cpp
  740         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 1457       section_type = Sec.flags & MachO::SECTION_TYPE;
 1547       section_type = Sec.flags & MachO::SECTION_TYPE;
 1765           section_flags = Sec.flags;
 3021         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 3077         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
10092                      S_64.flags, S_64.reserved1, S_64.reserved2, SLC_64.cmd,
tools/llvm-readobj/MachODumper.cpp
  354   Section.Flags       = Sect.flags;
tools/obj2yaml/macho2yaml.cpp
   76   TempSec.flags = Sec.flags;
   80   if (!MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE))
tools/sancov/sancov.cpp
  616         uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE;