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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  317             1ull << MachO::GET_COMM_ALIGN(NSym.Desc),
lib/Object/MachOObjectFile.cpp
 1806     return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc);
tools/llvm-nm/llvm-nm.cpp
  464       if (MachO::GET_COMM_ALIGN(NDesc) != 0)
  465         outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") ";