Home | History | Annotate | Download | only in MC

Lines Matching refs:ByteAlignment

48                        unsigned ByteAlignment, bool External);
67 unsigned ByteAlignment);
69 unsigned ByteAlignment);
71 uint64_t Size,unsigned ByteAlignment);
73 uint64_t Size, unsigned ByteAlignment);
141 unsigned ByteAlignment, bool External) {
162 if (SectionData.getAlignment() < ByteAlignment)
163 SectionData.setAlignment(ByteAlignment);
169 if (ByteAlignment != 1)
170 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectionData);
282 unsigned ByteAlignment) {
286 AddCommonSymbol(Symbol, Size, ByteAlignment, true);
290 unsigned ByteAlignment) {
294 AddCommonSymbol(Symbol, Size, ByteAlignment, false);
298 uint64_t Size,unsigned ByteAlignment) {
303 uint64_t Size, unsigned ByteAlignment) {