Lines Matching refs:EmitIntValue
146 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable()
151 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
156 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
161 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
164 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
166 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
168 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
229 MCOS->EmitIntValue(2, 2); in Emit()
243 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1); in Emit()
244 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in Emit()
245 MCOS->EmitIntValue(DWARF2_LINE_BASE, 1); in Emit()
246 MCOS->EmitIntValue(DWARF2_LINE_RANGE, 1); in Emit()
247 MCOS->EmitIntValue(DWARF2_LINE_OPCODE_BASE, 1); in Emit()
250 MCOS->EmitIntValue(0, 1); // length of DW_LNS_copy in Emit()
251 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_pc in Emit()
252 MCOS->EmitIntValue(1, 1); // length of DW_LNS_advance_line in Emit()
253 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_file in Emit()
254 MCOS->EmitIntValue(1, 1); // length of DW_LNS_set_column in Emit()
255 MCOS->EmitIntValue(0, 1); // length of DW_LNS_negate_stmt in Emit()
256 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_basic_block in Emit()
257 MCOS->EmitIntValue(0, 1); // length of DW_LNS_const_add_pc in Emit()
258 MCOS->EmitIntValue(1, 1); // length of DW_LNS_fixed_advance_pc in Emit()
259 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_prologue_end in Emit()
260 MCOS->EmitIntValue(0, 1); // length of DW_LNS_set_epilogue_begin in Emit()
261 MCOS->EmitIntValue(1, 1); // DW_LNS_set_isa in Emit()
272 MCOS->EmitIntValue(0, 1); // Terminate the directory list in Emit()
282 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0) in Emit()
283 MCOS->EmitIntValue(0, 1); // filesize (always 0) in Emit()
285 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()
743 Streamer.EmitIntValue(Encoding, Size); in EmitCompactUnwind()
752 Streamer.EmitIntValue(0, Size); // No personality fn in EmitCompactUnwind()
760 Streamer.EmitIntValue(0, Size); // No LSDA in EmitCompactUnwind()
795 streamer.EmitIntValue(CIE_ID, 4); in EmitCIE()
799 streamer.EmitIntValue(dwarf::DW_CIE_VERSION, 1); in EmitCIE()
813 streamer.EmitIntValue(0, 1); in EmitCIE()