Lines Matching refs:AddrSize
749 unsigned AddrSize = asmInfo->getCodePointerSize(); in FixedEncode() local
752 encodeULEB128(1 + AddrSize, OS); in FixedEncode()
756 *Size = AddrSize; in FixedEncode()
759 FillData.insert(FillData.begin(), AddrSize, 0); in FixedEncode()
760 OS.write(reinterpret_cast<char *>(FillData.data()), AddrSize); in FixedEncode()
860 int AddrSize = asmInfo->getCodePointerSize(); in EmitGenDwarfAranges() local
861 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); in EmitGenDwarfAranges()
862 if (Pad == 2 * AddrSize) in EmitGenDwarfAranges()
868 Length += 2 * AddrSize * Sections.size(); in EmitGenDwarfAranges()
870 Length += 2 * AddrSize; in EmitGenDwarfAranges()
885 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfAranges()
904 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges()
905 emitAbsValue(*MCOS, Size, AddrSize); in EmitGenDwarfAranges()
909 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
910 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
943 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo() local
946 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
956 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
995 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo()
1000 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo()
1062 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1089 int AddrSize = AsmInfo->getCodePointerSize(); in EmitGenDwarfRanges() local
1102 MCOS->emitFill(AddrSize, 0xFF); in EmitGenDwarfRanges()
1103 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges()
1108 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
1109 emitAbsValue(*MCOS, SectionSize, AddrSize); in EmitGenDwarfRanges()
1113 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
1114 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()