Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitIntValue

146       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
151 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
156 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
161 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
164 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
166 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
168 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
229 MCOS->EmitIntValue(2, 2);
243 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1);
244 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1);
245 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1);
246 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1);
247 MCOS->EmitIntValue(DWARF2_LINE_OPCODE_BASE, 1);
250 MCOS->EmitIntValue(0, 1); // length of DW_LNS_copy
251 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc
252 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_line
253 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_file
254 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_column
255 MCOS->EmitIntValue(0, 1); // length of DW_LNS_negate_stmt
256 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_basic_block
257 MCOS->EmitIntValue(0, 1); // length of DW_LNS_const_add_pc
258 MCOS->EmitIntValue(1, 1); // length of DW_LNS_fixed_advance_pc
259 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_prologue_end
260 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_epilogue_begin
261 MCOS->EmitIntValue(1, 1); // DW_LNS_set_isa
272 MCOS->EmitIntValue(0, 1); // Terminate the directory list
282 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0)
283 MCOS->EmitIntValue(0, 1); // filesize (always 0)
285 MCOS->EmitIntValue(0, 1); // Terminate the file list
566 Streamer.EmitIntValue(Encoding, 1);
585 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1);
588 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1);
607 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1);
621 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1);
629 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1);
634 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1);
644 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1);
648 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1);
653 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1);
743 Streamer.EmitIntValue(Encoding, Size);
752 Streamer.EmitIntValue(0, Size); // No personality fn
760 Streamer.EmitIntValue(0, Size); // No LSDA
795 streamer.EmitIntValue(CIE_ID, 4);
799 streamer.EmitIntValue(dwarf::DW_CIE_VERSION, 1);
813 streamer.EmitIntValue(0, 1);