Lines Matching refs:AddrSize
576 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfAranges() local
577 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); in EmitGenDwarfAranges()
578 if (Pad == 2 * AddrSize) in EmitGenDwarfAranges()
584 Length += 2 * AddrSize * Sections.size(); in EmitGenDwarfAranges()
586 Length += 2 * AddrSize; in EmitGenDwarfAranges()
602 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfAranges()
621 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges()
622 emitAbsValue(*MCOS, Size, AddrSize); in EmitGenDwarfAranges()
626 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
627 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
667 int AddrSize = asmInfo->getPointerSize(); in EmitGenDwarfInfo() local
669 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
708 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo()
713 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo()
775 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
802 int AddrSize = AsmInfo->getPointerSize(); in EmitGenDwarfRanges() local
816 MCOS->EmitFill(AddrSize, 0xFF); in EmitGenDwarfRanges()
817 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges()
822 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
823 emitAbsValue(*MCOS, SectionSize, AddrSize); in EmitGenDwarfRanges()
827 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
828 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()