Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitIntValue

149       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
154 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
159 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
164 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
167 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
169 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
171 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
261 MCOS->EmitIntValue(2, 2);
274 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1);
275 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1);
276 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1);
277 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1);
278 MCOS->EmitIntValue(DWARF2_LINE_OPCODE_BASE, 1);
281 MCOS->EmitIntValue(0, 1); // length of DW_LNS_copy
282 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc
283 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_line
284 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_file
285 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_column
286 MCOS->EmitIntValue(0, 1); // length of DW_LNS_negate_stmt
287 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_basic_block
288 MCOS->EmitIntValue(0, 1); // length of DW_LNS_const_add_pc
289 MCOS->EmitIntValue(1, 1); // length of DW_LNS_fixed_advance_pc
290 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_prologue_end
291 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_epilogue_begin
292 MCOS->EmitIntValue(1, 1); // DW_LNS_set_isa
303 MCOS->EmitIntValue(0, 1); // Terminate the directory list
313 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0)
314 MCOS->EmitIntValue(0, 1); // filesize (always 0)
316 MCOS->EmitIntValue(0, 1); // Terminate the file list
465 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
481 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1);
492 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1);
496 MCOS->EmitIntValue(0, 1);
539 MCOS->EmitIntValue(Length - 4, 4);
541 MCOS->EmitIntValue(2, 2);
547 MCOS->EmitIntValue(0, 4);
549 MCOS->EmitIntValue(AddrSize, 1);
551 MCOS->EmitIntValue(0, 1);
554 MCOS->EmitIntValue(0, 1);
566 MCOS->EmitIntValue(0, AddrSize);
567 MCOS->EmitIntValue(0, AddrSize);
594 MCOS->EmitIntValue(2, 2);
601 MCOS->EmitIntValue(0, 4);
607 MCOS->EmitIntValue(AddrSize, 1);
619 MCOS->EmitIntValue(0, 4);
643 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
647 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
653 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
666 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
670 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2);
687 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string.
690 MCOS->EmitIntValue(Entry->getFileNumber(), 4);
693 MCOS->EmitIntValue(Entry->getLineNumber(), 4);
701 MCOS->EmitIntValue(0, 1);
707 MCOS->EmitIntValue(0, 1);
719 MCOS->EmitIntValue(0, 1);
942 Streamer.EmitIntValue(Encoding, 1);
959 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1);
970 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1);
981 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1);
997 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1);
1015 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1);
1037 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1);
1045 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1);
1050 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1);
1060 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1);
1064 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1);
1069 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1);
1080 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1);
1171 Streamer.EmitIntValue(Encoding, Size);
1179 Streamer.EmitIntValue(0, Size); // No personality fn
1187 Streamer.EmitIntValue(0, Size); // No LSDA
1221 streamer.EmitIntValue(CIE_ID, 4);
1225 streamer.EmitIntValue(dwarf::DW_CIE_VERSION, 1);
1241 streamer.EmitIntValue(0, 1);