Lines Matching refs:EmitIntValue

117       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);  in EmitDwarfLineTable()
122 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
128 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable()
130 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable()
135 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
140 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
143 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
145 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
147 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
266 MCOS->EmitIntValue(2, 2); in Emit()
280 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1); in Emit()
281 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in Emit()
282 MCOS->EmitIntValue(Params.DWARF2LineBase, 1); in Emit()
283 MCOS->EmitIntValue(Params.DWARF2LineRange, 1); in Emit()
284 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1); in Emit()
288 MCOS->EmitIntValue(Length, 1); in Emit()
297 MCOS->EmitIntValue(0, 1); // Terminate the directory list in Emit()
306 MCOS->EmitIntValue(0, 1); // last modification timestamp (always 0) in Emit()
307 MCOS->EmitIntValue(0, 1); // filesize (always 0) in Emit()
309 MCOS->EmitIntValue(0, 1); // Terminate the file list in Emit()
519 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1); in EmitGenDwarfAbbrev()
545 MCOS->EmitIntValue(dwarf::DW_CHILDREN_yes, 1); in EmitGenDwarfAbbrev()
556 MCOS->EmitIntValue(dwarf::DW_CHILDREN_no, 1); in EmitGenDwarfAbbrev()
560 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAbbrev()
597 MCOS->EmitIntValue(Length - 4, 4); in EmitGenDwarfAranges()
599 MCOS->EmitIntValue(2, 2); in EmitGenDwarfAranges()
606 MCOS->EmitIntValue(0, 4); in EmitGenDwarfAranges()
608 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfAranges()
610 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges()
613 MCOS->EmitIntValue(0, 1); in EmitGenDwarfAranges()
632 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
633 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfAranges()
661 MCOS->EmitIntValue(context.getDwarfVersion(), 2); in EmitGenDwarfInfo()
667 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo()
675 MCOS->EmitIntValue(AddrSize, 1); in EmitGenDwarfInfo()
688 MCOS->EmitIntValue(0, 4); in EmitGenDwarfInfo()
732 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
737 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
744 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
753 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
757 MCOS->EmitIntValue(dwarf::DW_LANG_Mips_Assembler, 2); in EmitGenDwarfInfo()
770 MCOS->EmitIntValue(0, 1); // NULL byte to terminate the string. in EmitGenDwarfInfo()
773 MCOS->EmitIntValue(Entry.getFileNumber(), 4); in EmitGenDwarfInfo()
776 MCOS->EmitIntValue(Entry.getLineNumber(), 4); in EmitGenDwarfInfo()
784 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
790 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
794 MCOS->EmitIntValue(0, 1); in EmitGenDwarfInfo()
827 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
832 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
833 MCOS->EmitIntValue(0, AddrSize); in EmitGenDwarfRanges()
1032 Streamer.EmitIntValue(Encoding, 1); in emitEncodingByte()
1047 Streamer.EmitIntValue(dwarf::DW_CFA_register, 1); in EmitCFIInstruction()
1053 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_window_save, 1); in EmitCFIInstruction()
1058 Streamer.EmitIntValue(dwarf::DW_CFA_undefined, 1); in EmitCFIInstruction()
1067 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_offset, 1); in EmitCFIInstruction()
1082 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa, 1); in EmitCFIInstruction()
1094 Streamer.EmitIntValue(dwarf::DW_CFA_def_cfa_register, 1); in EmitCFIInstruction()
1115 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended_sf, 1); in EmitCFIInstruction()
1119 Streamer.EmitIntValue(dwarf::DW_CFA_offset + Reg, 1); in EmitCFIInstruction()
1122 Streamer.EmitIntValue(dwarf::DW_CFA_offset_extended, 1); in EmitCFIInstruction()
1129 Streamer.EmitIntValue(dwarf::DW_CFA_remember_state, 1); in EmitCFIInstruction()
1132 Streamer.EmitIntValue(dwarf::DW_CFA_restore_state, 1); in EmitCFIInstruction()
1136 Streamer.EmitIntValue(dwarf::DW_CFA_same_value, 1); in EmitCFIInstruction()
1144 Streamer.EmitIntValue(dwarf::DW_CFA_restore | Reg, 1); in EmitCFIInstruction()
1148 Streamer.EmitIntValue(dwarf::DW_CFA_GNU_args_size, 1); in EmitCFIInstruction()
1227 Streamer.EmitIntValue(Encoding, Size); in EmitCompactUnwind()
1234 Streamer.EmitIntValue(0, Size); // No personality fn in EmitCompactUnwind()
1241 Streamer.EmitIntValue(0, Size); // No LSDA in EmitCompactUnwind()
1281 Streamer.EmitIntValue(CIE_ID, 4); in EmitCIE()
1285 Streamer.EmitIntValue(CIEVersion, 1); in EmitCIE()
1300 Streamer.EmitIntValue(0, 1); in EmitCIE()
1304 Streamer.EmitIntValue(context.getAsmInfo()->getPointerSize(), 1); in EmitCIE()
1307 Streamer.EmitIntValue(0, 1); in EmitCIE()
1320 Streamer.EmitIntValue(MRI->getDwarfRegNum(MRI->getRARegister(), IsEH), 1); in EmitCIE()