Lines Matching defs:AddrSize
848 int AddrSize = asmInfo->getCodePointerSize();
849 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
850 if (Pad == 2 * AddrSize)
856 Length += 2 * AddrSize * Sections.size();
858 Length += 2 * AddrSize;
877 MCOS->emitInt8(AddrSize);
896 MCOS->emitValue(Addr, AddrSize);
897 emitAbsValue(*MCOS, Size, AddrSize);
901 MCOS->emitIntValue(0, AddrSize);
902 MCOS->emitIntValue(0, AddrSize);
944 int AddrSize = AsmInfo.getCodePointerSize();
947 MCOS->emitInt8(AddrSize);
958 MCOS->emitInt8(AddrSize);
996 MCOS->emitValue(Start, AddrSize);
1001 MCOS->emitValue(End, AddrSize);
1069 MCOS->emitValue(AT_low_pc, AddrSize);
1087 int AddrSize = AsmInfo->getCodePointerSize();
1105 MCOS->emitValue(SectionStartAddr, AddrSize);
1121 MCOS->emitFill(AddrSize, 0xFF);
1122 MCOS->emitValue(SectionStartAddr, AddrSize);
1127 MCOS->emitIntValue(0, AddrSize);
1128 emitAbsValue(*MCOS, SectionSize, AddrSize);
1132 MCOS->emitIntValue(0, AddrSize);
1133 MCOS->emitIntValue(0, AddrSize);