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