Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitIntValue

155       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
160 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
165 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
170 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
173 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
175 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
177 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
265 MCOS->EmitIntValue(2, 2);
278 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1);
279 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1);
280 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1);
281 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1);
282 MCOS->EmitIntValue(DWARF2_LINE_OPCODE_BASE, 1);
285 MCOS->EmitIntValue(0, 1); // length of DW_LNS_copy
286 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc
287 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_line
288 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_file
289 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_column
290 MCOS->EmitIntValue(0, 1); // length of DW_LNS_negate_stmt
291 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_basic_block
292 MCOS->EmitIntValue(0, 1); // length of DW_LNS_const_add_pc
293 MCOS->EmitIntValue(1, 1); // length of DW_LNS_fixed_advance_pc
294 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_prologue_end
295 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_epilogue_begin
296 MCOS->EmitIntValue(1, 1); // DW_LNS_set_isa
307 MCOS->EmitIntValue(0, 1); // Terminate the directory list
317 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0)
318 MCOS->EmitIntValue(0, 1); // filesize (always 0)
320 MCOS->EmitIntValue(0, 1); // Terminate the file list
477 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
493 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
504 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1);
508 MCOS->EmitIntValue(0, 1);
551 MCOS->EmitIntValue(Length - 4, 4);
553 MCOS->EmitIntValue(2, 2);
559 MCOS->EmitIntValue(0, 4);
561 MCOS->EmitIntValue(AddrSize, 1);
563 MCOS->EmitIntValue(0, 1);
566 MCOS->EmitIntValue(0, 1);
578 MCOS->EmitIntValue(0, AddrSize);
579 MCOS->EmitIntValue(0, AddrSize);
606 MCOS->EmitIntValue(2, 2);
613 MCOS->EmitIntValue(0, 4);
619 MCOS->EmitIntValue(AddrSize, 1);
631 MCOS->EmitIntValue(0, 4);
655 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
659 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
665 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
678 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
682 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2);
699 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
702 MCOS->EmitIntValue(Entry->getFileNumber(), 4);
705 MCOS->EmitIntValue(Entry->getLineNumber(), 4);
713 MCOS->EmitIntValue(0, 1);
719 MCOS->EmitIntValue(0, 1);
731 MCOS->EmitIntValue(0, 1);
965 Streamer.EmitIntValue(Encoding, 1);
982 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1);
993 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1);
1004 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1);
1020 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1);
1038 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1);
1060 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1);
1068 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1);
1073 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1);
1083 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1);
1087 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1);
1092 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1);
1103 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1);
1195 Streamer.EmitIntValue(Encoding, Size);
1204 Streamer.EmitIntValue(0, Size); // No personality fn
1212 Streamer.EmitIntValue(0, Size); // No LSDA
1248 streamer.EmitIntValue(CIE_ID, 4);
1252 streamer.EmitIntValue(dwarf::DW_CIE_VERSION, 1);
1268 streamer.EmitIntValue(0, 1);