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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  122       NSec.Flags = Sec64.flags;
  129       NSec.Flags = Sec32.flags;
  142       unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE;
  158     if (NSec.Flags & MachO::S_ATTR_PURE_INSTRUCTIONS)
  376     bool SectionIsNoDeadStrip = NSec.Flags & MachO::S_ATTR_NO_DEAD_STRIP;
  377     bool SectionIsText = NSec.Flags & MachO::S_ATTR_PURE_INSTRUCTIONS;