Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dnlist.d139 extern(D) ubyte GET_COMM_ALIGN(uint n_desc) @safe in GET_COMM_ALIGN() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp351 1ull << MachO::GET_COMM_ALIGN(NSym.Desc), in graphifyRegularSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp493 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()
494 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h1401 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1813 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc); in getSymbolAlignment()