Lines Matching refs:emitInt8
65 S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize()); in emitListsTableHeaderStart()
67 S.emitInt8(0); in emitListsTableHeaderStart()
184 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitDwarfLineTable()
189 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitDwarfLineTable()
196 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitDwarfLineTable()
198 MCOS->emitInt8(dwarf::DW_LNE_set_discriminator); in emitDwarfLineTable()
203 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitDwarfLineTable()
208 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitDwarfLineTable()
211 MCOS->emitInt8(dwarf::DW_LNS_set_basic_block); in emitDwarfLineTable()
213 MCOS->emitInt8(dwarf::DW_LNS_set_prologue_end); in emitDwarfLineTable()
215 MCOS->emitInt8(dwarf::DW_LNS_set_epilogue_begin); in emitDwarfLineTable()
357 MCOS->emitInt8(0); // Terminate the directory list. in emitV2FileDirTables()
365 MCOS->emitInt8(0); // Last modification timestamp (always 0). in emitV2FileDirTables()
366 MCOS->emitInt8(0); // File size (always 0). in emitV2FileDirTables()
368 MCOS->emitInt8(0); // Terminate the file list. in emitV2FileDirTables()
404 MCOS->emitInt8(1); in emitV5FileDirTables()
436 MCOS->emitInt8(Entries); in emitV5FileDirTables()
507 MCOS->emitInt8(context.getAsmInfo()->getCodePointerSize()); in Emit()
508 MCOS->emitInt8(0); // Segment selector; same as EmitGenDwarfAranges. in Emit()
523 MCOS->emitInt8(context.getAsmInfo()->getMinInstAlignment()); in Emit()
528 MCOS->emitInt8(1); in Emit()
529 MCOS->emitInt8(DWARF2_LINE_DEFAULT_IS_STMT); in Emit()
530 MCOS->emitInt8(Params.DWARF2LineBase); in Emit()
531 MCOS->emitInt8(Params.DWARF2LineRange); in Emit()
532 MCOS->emitInt8(StandardOpcodeLengths.size() + 1); in Emit()
536 MCOS->emitInt8(Length); in Emit()
835 MCOS->emitInt8(dwarf::DW_CHILDREN_yes); in EmitGenDwarfAbbrev()
862 MCOS->emitInt8(dwarf::DW_CHILDREN_no); in EmitGenDwarfAbbrev()
870 MCOS->emitInt8(0); in EmitGenDwarfAbbrev()
925 MCOS->emitInt8(AddrSize); in EmitGenDwarfAranges()
927 MCOS->emitInt8(0); in EmitGenDwarfAranges()
930 MCOS->emitInt8(0); in EmitGenDwarfAranges()
994 MCOS->emitInt8(dwarf::DW_UT_compile); in EmitGenDwarfInfo()
995 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
1006 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
1068 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1073 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1080 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1089 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1106 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1121 MCOS->emitInt8(0); in EmitGenDwarfInfo()
1152 MCOS->emitInt8(dwarf::DW_RLE_start_length); in emitGenDwarfRanges()
1156 MCOS->emitInt8(dwarf::DW_RLE_end_of_list); in emitGenDwarfRanges()
1373 Streamer.emitInt8(Encoding); in emitEncodingByte()
1388 Streamer.emitInt8(dwarf::DW_CFA_register); in emitCFIInstruction()
1394 Streamer.emitInt8(dwarf::DW_CFA_GNU_window_save); in emitCFIInstruction()
1398 Streamer.emitInt8(dwarf::DW_CFA_AARCH64_negate_ra_state); in emitCFIInstruction()
1403 Streamer.emitInt8(dwarf::DW_CFA_undefined); in emitCFIInstruction()
1412 Streamer.emitInt8(dwarf::DW_CFA_def_cfa_offset); in emitCFIInstruction()
1427 Streamer.emitInt8(dwarf::DW_CFA_def_cfa); in emitCFIInstruction()
1438 Streamer.emitInt8(dwarf::DW_CFA_def_cfa_register); in emitCFIInstruction()
1458 Streamer.emitInt8(dwarf::DW_CFA_offset_extended_sf); in emitCFIInstruction()
1462 Streamer.emitInt8(dwarf::DW_CFA_offset + Reg); in emitCFIInstruction()
1465 Streamer.emitInt8(dwarf::DW_CFA_offset_extended); in emitCFIInstruction()
1472 Streamer.emitInt8(dwarf::DW_CFA_remember_state); in emitCFIInstruction()
1475 Streamer.emitInt8(dwarf::DW_CFA_restore_state); in emitCFIInstruction()
1479 Streamer.emitInt8(dwarf::DW_CFA_same_value); in emitCFIInstruction()
1488 Streamer.emitInt8(dwarf::DW_CFA_restore | Reg); in emitCFIInstruction()
1490 Streamer.emitInt8(dwarf::DW_CFA_restore_extended); in emitCFIInstruction()
1496 Streamer.emitInt8(dwarf::DW_CFA_GNU_args_size); in emitCFIInstruction()
1638 Streamer.emitInt8(CIEVersion); in EmitCIE()
1654 Streamer.emitInt8(0); in EmitCIE()
1658 Streamer.emitInt8(context.getAsmInfo()->getCodePointerSize()); in EmitCIE()
1661 Streamer.emitInt8(0); in EmitCIE()
1678 Streamer.emitInt8(RAReg); in EmitCIE()