Home
last modified time | relevance | path

Searched refs:GET_COMM_ALIGN (Results 1 – 8 of 8) sorted by relevance

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