Lines Matching full:addrsize
875 int AddrSize = asmInfo->getCodePointerSize();
876 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
877 if (Pad == 2 * AddrSize)
883 Length += 2 * AddrSize * Sections.size();
885 Length += 2 * AddrSize;
904 MCOS->emitInt8(AddrSize);
923 MCOS->emitValue(Addr, AddrSize);
924 emitAbsValue(*MCOS, Size, AddrSize);
928 MCOS->emitIntValue(0, AddrSize);
929 MCOS->emitIntValue(0, AddrSize);
971 int AddrSize = AsmInfo.getCodePointerSize();
974 MCOS->emitInt8(AddrSize);
985 MCOS->emitInt8(AddrSize);
1023 MCOS->emitValue(Start, AddrSize);
1028 MCOS->emitValue(End, AddrSize);
1096 MCOS->emitValue(AT_low_pc, AddrSize);
1114 int AddrSize = AsmInfo->getCodePointerSize();
1132 MCOS->emitValue(SectionStartAddr, AddrSize);
1148 MCOS->emitFill(AddrSize, 0xFF);
1149 MCOS->emitValue(SectionStartAddr, AddrSize);
1154 MCOS->emitIntValue(0, AddrSize);
1155 emitAbsValue(*MCOS, SectionSize, AddrSize);
1159 MCOS->emitIntValue(0, AddrSize);
1160 MCOS->emitIntValue(0, AddrSize);