Lines Matching refs:EmitIntValue
117 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable()
122 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
128 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable()
130 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable()
135 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
140 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
143 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
145 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
147 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
266 MCOS->EmitIntValue(2, 2); in Emit()
280 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1); in Emit()
281 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in Emit()
282 MCOS->EmitIntValue(Params.DWARF2LineBase, 1); in Emit()
283 MCOS->EmitIntValue(Params.DWARF2LineRange, 1); in Emit()
284 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1); in Emit()
288 MCOS->EmitIntValue(Length, 1); in Emit()
297 MCOS->EmitIntValue(0, 1); // Terminate the directory list in Emit()
306 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0) in Emit()
307 MCOS->EmitIntValue(0, 1); // filesize (always 0) in Emit()
309 MCOS->EmitIntValue(0, 1); // Terminate the file list in Emit()
516 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1); in EmitGenDwarfAbbrev()
538 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1); in EmitGenDwarfAbbrev()
549 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1); in EmitGenDwarfAbbrev()
553 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAbbrev()
590 MCOS->EmitIntValue(Length - 4, 4); in EmitGenDwarfAranges()
592 MCOS->EmitIntValue(2, 2); in EmitGenDwarfAranges()
599 MCOS->EmitIntValue(0, 4); in EmitGenDwarfAranges()
601 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfAranges()
603 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges()
606 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges()
625 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
626 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
654 MCOS->EmitIntValue(context.getDwarfVersion(), 2); in EmitGenDwarfInfo()
660 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo()
668 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
681 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo()
725 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
730 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
737 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
746 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
750 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2); in EmitGenDwarfInfo()
763 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
766 MCOS->EmitIntValue(Entry.getFileNumber(), 4); in EmitGenDwarfInfo()
769 MCOS->EmitIntValue(Entry.getLineNumber(), 4); in EmitGenDwarfInfo()
777 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
783 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
787 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
820 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
825 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
826 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
1025 Streamer.EmitIntValue(Encoding, 1); in emitEncodingByte()
1040 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1); in EmitCFIInstruction()
1046 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_window_save, 1); in EmitCFIInstruction()
1051 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1); in EmitCFIInstruction()
1060 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1); in EmitCFIInstruction()
1075 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1); in EmitCFIInstruction()
1087 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1); in EmitCFIInstruction()
1108 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1); in EmitCFIInstruction()
1112 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
1115 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1); in EmitCFIInstruction()
1122 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1); in EmitCFIInstruction()
1125 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1); in EmitCFIInstruction()
1129 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1); in EmitCFIInstruction()
1137 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1); in EmitCFIInstruction()
1141 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_args_size, 1); in EmitCFIInstruction()
1221 Streamer.EmitIntValue(Encoding, Size); in EmitCompactUnwind()
1228 Streamer.EmitIntValue(0, Size); // No personality fn in EmitCompactUnwind()
1235 Streamer.EmitIntValue(0, Size); // No LSDA in EmitCompactUnwind()
1274 Streamer.EmitIntValue(CIE_ID, 4); in EmitCIE()
1278 Streamer.EmitIntValue(CIEVersion, 1); in EmitCIE()
1293 Streamer.EmitIntValue(0, 1); in EmitCIE()
1297 Streamer.EmitIntValue(context.getAsmInfo()->getPointerSize(), 1); in EmitCIE()
1300 Streamer.EmitIntValue(0, 1); in EmitCIE()
1313 Streamer.EmitIntValue(MRI->getDwarfRegNum(MRI->getRARegister(), IsEH), 1); in EmitCIE()