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

References

tools/llvm-objdump/MachODump.cpp
 8723     if (section_attributes & MachO::S_ATTR_PURE_INSTRUCTIONS)
 8725     if (section_attributes & MachO::S_ATTR_NO_TOC)
 8727     if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS)
 8729     if (section_attributes & MachO::S_ATTR_NO_DEAD_STRIP)
 8731     if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT)
 8733     if (section_attributes & MachO::S_ATTR_SELF_MODIFYING_CODE)
 8735     if (section_attributes & MachO::S_ATTR_DEBUG)
 8737     if (section_attributes & MachO::S_ATTR_SOME_INSTRUCTIONS)
 8739     if (section_attributes & MachO::S_ATTR_EXT_RELOC)
 8741     if (section_attributes & MachO::S_ATTR_LOC_RELOC)
 8743     if (section_attributes == 0)