Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp449 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()
450 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h1387 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1766 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc); in getSymbolAlignment()