Lines Matching +full:align +full:- +full:end
1 //===- MachOUniversalWriter.h - MachO universal binary writer----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
46 std::string ArchName, uint32_t Align);
51 Slice(const MachOObjectFile &O, uint32_t Align);
53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType ,
54 /// \param ArchName , \param Align instead of inferring them from the archive
57 std::string ArchName, uint32_t Align);
62 static Expected<Slice> create(const IRObjectFile &IRO, uint32_t Align);
64 void setP2Alignment(uint32_t Align) { P2Alignment = Align; }
89 // force arm64-family to follow after all other slices for
109 } // end namespace object
111 } // end namespace llvm