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

References

include/llvm/MC/MCSectionMachO.h
   59                                            MachO::SECTION_TYPE);
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  142       unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE;
lib/MC/MCSectionMachO.cpp
  272   if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS)
lib/Object/MachOObjectFile.cpp
 1766   return Flags & MachO::SECTION_TYPE;
 1931     SectType = Sect.flags & MachO::SECTION_TYPE;
 1936     SectType = Sect.flags & MachO::SECTION_TYPE;
 2015   unsigned SectionType = Flags & MachO::SECTION_TYPE;
 2023   unsigned SectionType = Flags & MachO::SECTION_TYPE;
 2035   unsigned SectionType = Flags & MachO::SECTION_TYPE;
lib/ObjectYAML/MachOEmitter.cpp
  300         if (MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE))
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  300                                        SECTION_TYPE);
  343                                        SECTION_TYPE);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1380   uint32_t mach_sect_type = flags & SECTION_TYPE;
 4116             uint32_t section_type = symbol_section->Get() & SECTION_TYPE;
 4577         if ((m_mach_sections[sect_idx].flags & SECTION_TYPE) ==
tools/llvm-objcopy/MachO/Object.h
   58     return static_cast<MachO::SectionType>(Flags & MachO::SECTION_TYPE);
tools/llvm-objdump/MachODump.cpp
  740         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
  768         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 1457       section_type = Sec.flags & MachO::SECTION_TYPE;
 1460       section_type = Sec.flags & MachO::SECTION_TYPE;
 1547       section_type = Sec.flags & MachO::SECTION_TYPE;
 1550       section_type = Sec.flags & MachO::SECTION_TYPE;
 1771         uint32_t section_type = section_flags & MachO::SECTION_TYPE;
 3021         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 3042         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 3077         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 3108         uint32_t section_type = Sec.flags & MachO::SECTION_TYPE;
 8674   uint32_t section_type = flags & MachO::SECTION_TYPE;
tools/obj2yaml/macho2yaml.cpp
   80   if (!MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE))
tools/sancov/sancov.cpp
  616         uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE;