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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1572       flags |= (MH_PIE | MH_HAS_TLV_DESCRIPTORS);
tools/llvm-objdump/MachODump.cpp
 8501     if (f & MachO::MH_HAS_TLV_DESCRIPTORS) {
 8503       f &= ~MachO::MH_HAS_TLV_DESCRIPTORS;
tools/llvm-readobj/MachODumper.cpp
  212   LLVM_READOBJ_ENUM_ENT(MachO, MH_HAS_TLV_DESCRIPTORS),