Lines Matching refs:AddrSize

843   int AddrSize = asmInfo->getCodePointerSize();  in EmitGenDwarfAranges()  local
844 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1)); in EmitGenDwarfAranges()
845 if (Pad == 2 * AddrSize) in EmitGenDwarfAranges()
851 Length += 2 * AddrSize * Sections.size(); in EmitGenDwarfAranges()
853 Length += 2 * AddrSize; in EmitGenDwarfAranges()
872 MCOS->emitInt8(AddrSize); in EmitGenDwarfAranges()
891 MCOS->emitValue(Addr, AddrSize); in EmitGenDwarfAranges()
892 emitAbsValue(*MCOS, Size, AddrSize); in EmitGenDwarfAranges()
896 MCOS->emitIntValue(0, AddrSize); in EmitGenDwarfAranges()
897 MCOS->emitIntValue(0, AddrSize); in EmitGenDwarfAranges()
939 int AddrSize = AsmInfo.getCodePointerSize(); in EmitGenDwarfInfo() local
942 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
953 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
991 MCOS->emitValue(Start, AddrSize); in EmitGenDwarfInfo()
996 MCOS->emitValue(End, AddrSize); in EmitGenDwarfInfo()
1064 MCOS->emitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo()
1082 int AddrSize = AsmInfo->getCodePointerSize(); in emitGenDwarfRanges() local
1100 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1116 MCOS->emitFill(AddrSize, 0xFF); in emitGenDwarfRanges()
1117 MCOS->emitValue(SectionStartAddr, AddrSize); in emitGenDwarfRanges()
1122 MCOS->emitIntValue(0, AddrSize); in emitGenDwarfRanges()
1123 emitAbsValue(*MCOS, SectionSize, AddrSize); in emitGenDwarfRanges()
1127 MCOS->emitIntValue(0, AddrSize); in emitGenDwarfRanges()
1128 MCOS->emitIntValue(0, AddrSize); in emitGenDwarfRanges()