Lines Matching refs:EmitIntValue
147 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable()
152 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
157 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
162 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
165 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
167 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
169 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
230 MCOS->EmitIntValue(2, 2); in Emit()
244 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1); in Emit()
245 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in Emit()
246 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1); in Emit()
247 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1); in Emit()
248 MCOS->EmitIntValue(DWARF2_LINE_OPCODE_BASE, 1); in Emit()
251 MCOS->EmitIntValue(0, 1); // length of DW_LNS_copy in Emit()
252 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc in Emit()
253 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_line in Emit()
254 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_file in Emit()
255 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_column in Emit()
256 MCOS->EmitIntValue(0, 1); // length of DW_LNS_negate_stmt in Emit()
257 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_basic_block in Emit()
258 MCOS->EmitIntValue(0, 1); // length of DW_LNS_const_add_pc in Emit()
259 MCOS->EmitIntValue(1, 1); // length of DW_LNS_fixed_advance_pc in Emit()
260 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_prologue_end in Emit()
261 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_epilogue_begin in Emit()
262 MCOS->EmitIntValue(1, 1); // DW_LNS_set_isa in Emit()
273 MCOS->EmitIntValue(0, 1); // Terminate the directory list in Emit()
283 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0) in Emit()
284 MCOS->EmitIntValue(0, 1); // filesize (always 0) in Emit()
286 MCOS->EmitIntValue(0, 1); // Terminate the file list in Emit()
566 Streamer.EmitIntValue(Encoding, 1); in EmitEncodingByte()
585 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1); in EmitCFIInstruction()
588 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1); in EmitCFIInstruction()
607 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1); in EmitCFIInstruction()
621 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1); in EmitCFIInstruction()
629 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
634 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1); in EmitCFIInstruction()
644 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1); in EmitCFIInstruction()
648 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1); in EmitCFIInstruction()
653 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1); in EmitCFIInstruction()
744 Streamer.EmitIntValue(Encoding, Size); in EmitCompactUnwind()
753 Streamer.EmitIntValue(0, Size); // No personality fn in EmitCompactUnwind()
761 Streamer.EmitIntValue(0, Size); // No LSDA in EmitCompactUnwind()
797 streamer.EmitIntValue(CIE_ID, 4); in EmitCIE()
801 streamer.EmitIntValue(dwarf::DW_CIE_VERSION, 1); in EmitCIE()
815 streamer.EmitIntValue(0, 1); in EmitCIE()