Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitIntValue

117       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
122 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
128 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1);
130 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1);
135 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
140 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
143 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
145 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
147 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
266 MCOS->EmitIntValue(2, 2);
280 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1);
281 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1);
282 MCOS->EmitIntValue(Params.DWARF2LineBase, 1);
283 MCOS->EmitIntValue(Params.DWARF2LineRange, 1);
284 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1);
288 MCOS->EmitIntValue(Length, 1);
297 MCOS->EmitIntValue(0, 1); // Terminate the directory list
306 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0)
307 MCOS->EmitIntValue(0, 1); // filesize (always 0)
309 MCOS->EmitIntValue(0, 1); // Terminate the file list
519 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
545 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
556 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1);
560 MCOS->EmitIntValue(0, 1);
597 MCOS->EmitIntValue(Length - 4, 4);
599 MCOS->EmitIntValue(2, 2);
606 MCOS->EmitIntValue(0, 4);
608 MCOS->EmitIntValue(AddrSize, 1);
610 MCOS->EmitIntValue(0, 1);
613 MCOS->EmitIntValue(0, 1);
632 MCOS->EmitIntValue(0, AddrSize);
633 MCOS->EmitIntValue(0, AddrSize);
661 MCOS->EmitIntValue(context.getDwarfVersion(), 2);
667 MCOS->EmitIntValue(0, 4);
675 MCOS->EmitIntValue(AddrSize, 1);
688 MCOS->EmitIntValue(0, 4);
732 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
737 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
744 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
753 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
757 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2);
770 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
773 MCOS->EmitIntValue(Entry.getFileNumber(), 4);
776 MCOS->EmitIntValue(Entry.getLineNumber(), 4);
784 MCOS->EmitIntValue(0, 1);
790 MCOS->EmitIntValue(0, 1);
794 MCOS->EmitIntValue(0, 1);
827 MCOS->EmitIntValue(0, AddrSize);
832 MCOS->EmitIntValue(0, AddrSize);
833 MCOS->EmitIntValue(0, AddrSize);
1032 Streamer.EmitIntValue(Encoding, 1);
1047 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1);
1053 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_window_save, 1);
1058 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1);
1067 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1);
1082 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1);
1094 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1);
1115 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1);
1119 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1);
1122 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1);
1129 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1);
1132 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1);
1136 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1);
1144 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1);
1148 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_args_size, 1);
1227 Streamer.EmitIntValue(Encoding, Size);
1234 Streamer.EmitIntValue(0, Size); // No personality fn
1241 Streamer.EmitIntValue(0, Size); // No LSDA
1281 Streamer.EmitIntValue(CIE_ID, 4);
1285 Streamer.EmitIntValue(CIEVersion, 1);
1300 Streamer.EmitIntValue(0, 1);
1304 Streamer.EmitIntValue(context.getAsmInfo()->getPointerSize(), 1);
1307 Streamer.EmitIntValue(0, 1);
1320 Streamer.EmitIntValue(MRI->getDwarfRegNum(MRI->getRARegister(), IsEH), 1);