Lines Matching refs:AddrSize
813 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges() local
814 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); in EmitGenDwarfAranges()
815 if (Pad == 2 * AddrSize) in EmitGenDwarfAranges()
821 Length += 2 * AddrSize * Sections.size(); in EmitGenDwarfAranges()
823 Length += 2 * AddrSize; in EmitGenDwarfAranges()
842 MCOS->emitInt8(AddrSize); in EmitGenDwarfAranges()
861 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges()
862 emitAbsValue(*MCOS, Size, AddrSize); in EmitGenDwarfAranges()
866 MCOS->emitIntValue(0, AddrSize); in EmitGenDwarfAranges()
867 MCOS->emitIntValue(0, AddrSize); in EmitGenDwarfAranges()
909 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo() local
912 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
923 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
961 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo()
966 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo()
1034 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1052 int AddrSize = AsmInfo->getCodePointerSize(); in emitGenDwarfRanges() local
1070 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1086 MCOS->emitFill(AddrSize, 0xFF); in emitGenDwarfRanges()
1087 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1092 MCOS->emitIntValue(0, AddrSize); in emitGenDwarfRanges()
1093 emitAbsValue(*MCOS, SectionSize, AddrSize); in emitGenDwarfRanges()
1097 MCOS->emitIntValue(0, AddrSize); in emitGenDwarfRanges()
1098 MCOS->emitIntValue(0, AddrSize); in emitGenDwarfRanges()