Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitIntValue

135       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
140 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
146 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1);
148 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1);
153 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
158 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
161 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
163 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
165 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
272 MCOS->EmitIntValue(2, 2);
285 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1);
286 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1);
287 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1);
288 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1);
289 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1);
293 MCOS->EmitIntValue(Length, 1);
302 MCOS->EmitIntValue(0, 1); // Terminate the directory list
311 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0)
312 MCOS->EmitIntValue(0, 1); // filesize (always 0)
314 MCOS->EmitIntValue(0, 1); // Terminate the file list
520 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
541 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
552 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1);
556 MCOS->EmitIntValue(0, 1);
593 MCOS->EmitIntValue(Length - 4, 4);
595 MCOS->EmitIntValue(2, 2);
601 MCOS->EmitIntValue(0, 4);
603 MCOS->EmitIntValue(AddrSize, 1);
605 MCOS->EmitIntValue(0, 1);
608 MCOS->EmitIntValue(0, 1);
627 MCOS->EmitIntValue(0, AddrSize);
628 MCOS->EmitIntValue(0, AddrSize);
656 MCOS->EmitIntValue(context.getDwarfVersion(), 2);
663 MCOS->EmitIntValue(0, 4);
669 MCOS->EmitIntValue(AddrSize, 1);
681 MCOS->EmitIntValue(0, 4);
726 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
731 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
738 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
751 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
755 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2);
768 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
771 MCOS->EmitIntValue(Entry.getFileNumber(), 4);
774 MCOS->EmitIntValue(Entry.getLineNumber(), 4);
782 MCOS->EmitIntValue(0, 1);
788 MCOS->EmitIntValue(0, 1);
792 MCOS->EmitIntValue(0, 1);
826 MCOS->EmitIntValue(0, AddrSize);
831 MCOS->EmitIntValue(0, AddrSize);
832 MCOS->EmitIntValue(0, AddrSize);
1081 Streamer.EmitIntValue(Encoding, 1);
1098 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1);
1104 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_window_save, 1);
1113 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1);
1124 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1);
1140 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1);
1158 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1);
1180 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1);
1188 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1);
1193 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1);
1203 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1);
1207 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1);
1212 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1);
1223 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1);
1312 Streamer.EmitIntValue(Encoding, Size);
1320 Streamer.EmitIntValue
1328 Streamer.EmitIntValue(0, Size); // No LSDA
1358 streamer.EmitIntValue(CIE_ID, 4);
1365 streamer.EmitIntValue(CIEVersion, 1);
1381 streamer.EmitIntValue(0, 1);
1396 streamer.EmitIntValue(MRI->getDwarfRegNum(MRI->getRARegister(), true), 1);