Searched refs:GET_COMM_ALIGN (Results 1 – 3 of 3) sorted by relevance
330 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()331 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()
1292 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { in GET_COMM_ALIGN() function
383 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc); in getSymbolAlignment()