Home | History | Annotate | Download | only in MC

Lines Matching defs:AddrSize

504   int AddrSize = asmInfo.getPointerSize();
505 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
506 if (Pad == 2 * AddrSize)
512 Length += 2 * AddrSize;
514 Length += 2 * AddrSize;
526 MCOS->EmitIntValue(AddrSize, 1);
539 MCOS->EmitAbsValue(Addr, AddrSize);
540 MCOS->EmitAbsValue(Size, AddrSize);
543 MCOS->EmitIntValue(0, AddrSize);
544 MCOS->EmitIntValue(0, AddrSize);
582 int AddrSize = asmInfo.getPointerSize();
584 MCOS->EmitIntValue(AddrSize, 1);
602 MCOS->EmitAbsValue(Start, AddrSize);
607 MCOS->EmitAbsValue(End, AddrSize);
670 MCOS->EmitAbsValue(AT_low_pc, AddrSize);