reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1572 flags |= (MH_PIE | MH_HAS_TLV_DESCRIPTORS);
tools/llvm-objdump/MachODump.cpp8501 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),