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

References

tools/llvm-objdump/MachODump.cpp
 8603     if (flags == 0)
 8606       if (flags & MachO::SG_HIGHVM) {
 8608         flags &= ~MachO::SG_HIGHVM;
 8610       if (flags & MachO::SG_FVMLIB) {
 8612         flags &= ~MachO::SG_FVMLIB;
 8614       if (flags & MachO::SG_NORELOC) {
 8616         flags &= ~MachO::SG_NORELOC;
 8618       if (flags & MachO::SG_PROTECTED_VERSION_1) {
 8620         flags &= ~MachO::SG_PROTECTED_VERSION_1;
 8622       if (flags)
 8623         outs() << format(" 0x%08" PRIx32, flags) << " (unknown flags)\n";
 8628     outs() << "    flags " << format("0x%" PRIx32, flags) << "\n";