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

References

tools/llvm-objdump/MachODump.cpp
 1765           section_flags = Sec.flags;
 1769           section_flags = Sec.flags;
 1771         uint32_t section_type = section_flags & MachO::SECTION_TYPE;
 1783           if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) ||
 1784               (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) {