Searched refs:GET_COMM_ALIGN (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp301 if (MachO::GET_COMM_ALIGN(NDesc) != 0)
302 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") ";
/external/llvm/include/llvm/Support/
H A DMachO.h986 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { function
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp532 Result = 1 << MachO::GET_COMM_ALIGN(Entry.n_desc);

Completed in 1176 milliseconds