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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h661 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) function in namespace:llvm::MachO
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp382 if (MachO::GET_COMM_ALIGN(NDesc) != 0)
383 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") ";
/external/llvm/include/llvm/Support/
H A DMachO.h1333 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1348 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { function
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp503 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc);

Completed in 226 milliseconds