Lines Matching refs:EmitIntValue

135       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);  in EmitDwarfLineTable()
140 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
146 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable()
148 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable()
153 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
158 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
161 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
163 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
165 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
280 MCOS->EmitIntValue(2, 2); in Emit()
294 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1); in Emit()
295 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in Emit()
296 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1); in Emit()
297 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1); in Emit()
298 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1); in Emit()
302 MCOS->EmitIntValue(Length, 1); in Emit()
311 MCOS->EmitIntValue(0, 1); // Terminate the directory list in Emit()
320 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0) in Emit()
321 MCOS->EmitIntValue(0, 1); // filesize (always 0) in Emit()
323 MCOS->EmitIntValue(0, 1); // Terminate the file list in Emit()
517 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1); in EmitGenDwarfAbbrev()
539 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1); in EmitGenDwarfAbbrev()
550 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1); in EmitGenDwarfAbbrev()
554 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAbbrev()
591 MCOS->EmitIntValue(Length - 4, 4); in EmitGenDwarfAranges()
593 MCOS->EmitIntValue(2, 2); in EmitGenDwarfAranges()
600 MCOS->EmitIntValue(0, 4); in EmitGenDwarfAranges()
602 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfAranges()
604 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges()
607 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges()
626 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
627 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
655 MCOS->EmitIntValue(context.getDwarfVersion(), 2); in EmitGenDwarfInfo()
661 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo()
669 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
682 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo()
726 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
731 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
738 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
747 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
751 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2); in EmitGenDwarfInfo()
764 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
767 MCOS->EmitIntValue(Entry.getFileNumber(), 4); in EmitGenDwarfInfo()
770 MCOS->EmitIntValue(Entry.getLineNumber(), 4); in EmitGenDwarfInfo()
778 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
784 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
788 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
822 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
827 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
828 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
1036 Streamer.EmitIntValue(Encoding, 1); in emitEncodingByte()
1052 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1); in EmitCFIInstruction()
1058 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_window_save, 1); in EmitCFIInstruction()
1063 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1); in EmitCFIInstruction()
1072 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1); in EmitCFIInstruction()
1087 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1); in EmitCFIInstruction()
1099 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1); in EmitCFIInstruction()
1120 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1); in EmitCFIInstruction()
1124 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
1127 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1); in EmitCFIInstruction()
1134 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1); in EmitCFIInstruction()
1137 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1); in EmitCFIInstruction()
1141 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1); in EmitCFIInstruction()
1149 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1); in EmitCFIInstruction()
1230 Streamer.EmitIntValue(Encoding, Size); in EmitCompactUnwind()
1237 Streamer.EmitIntValue(0, Size); // No personality fn in EmitCompactUnwind()
1244 Streamer.EmitIntValue(0, Size); // No LSDA in EmitCompactUnwind()
1270 streamer.EmitIntValue(CIE_ID, 4); in EmitCIE()
1276 streamer.EmitIntValue(CIEVersion, 1); in EmitCIE()
1291 streamer.EmitIntValue(0, 1); in EmitCIE()
1303 streamer.EmitIntValue(MRI->getDwarfRegNum(MRI->getRARegister(), IsEH), 1); in EmitCIE()