Lines Matching refs:AddrSize
507 int AddrSize = asmInfo.getPointerSize(); in EmitGenDwarfAranges() local
508 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); in EmitGenDwarfAranges()
509 if (Pad == 2 * AddrSize) in EmitGenDwarfAranges()
515 Length += 2 * AddrSize; in EmitGenDwarfAranges()
517 Length += 2 * AddrSize; in EmitGenDwarfAranges()
529 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfAranges()
542 MCOS->EmitAbsValue(Addr, AddrSize); in EmitGenDwarfAranges()
543 MCOS->EmitAbsValue(Size, AddrSize); in EmitGenDwarfAranges()
546 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
547 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
585 int AddrSize = asmInfo.getPointerSize(); in EmitGenDwarfInfo() local
587 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
605 MCOS->EmitAbsValue(Start, AddrSize); in EmitGenDwarfInfo()
610 MCOS->EmitAbsValue(End, AddrSize); in EmitGenDwarfInfo()
673 MCOS->EmitAbsValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()