Lines Matching refs:emitInt8

62   S.emitInt8(S.getContext().getAsmInfo()->getCodePointerSize());  in emitListsTableHeaderStart()
64 S.emitInt8(0); in emitListsTableHeaderStart()
200 MCOS->emitInt8(dwarf::DW_LNS_set_file); in emitOne()
205 MCOS->emitInt8(dwarf::DW_LNS_set_column); in emitOne()
212 MCOS->emitInt8(dwarf::DW_LNS_extended_op); in emitOne()
214 MCOS->emitInt8(dwarf::DW_LNE_set_discriminator); in emitOne()
219 MCOS->emitInt8(dwarf::DW_LNS_set_isa); in emitOne()
224 MCOS->emitInt8(dwarf::DW_LNS_negate_stmt); in emitOne()
227 MCOS->emitInt8(dwarf::DW_LNS_set_basic_block); in emitOne()
229 MCOS->emitInt8(dwarf::DW_LNS_set_prologue_end); in emitOne()
231 MCOS->emitInt8(dwarf::DW_LNS_set_epilogue_begin); in emitOne()
368 MCOS->emitInt8(0); // Terminate the directory list. in emitV2FileDirTables()
376 MCOS->emitInt8(0); // Last modification timestamp (always 0). in emitV2FileDirTables()
377 MCOS->emitInt8(0); // File size (always 0). in emitV2FileDirTables()
379 MCOS->emitInt8(0); // Terminate the file list. in emitV2FileDirTables()
413 MCOS->emitInt8(1); in emitV5FileDirTables()
451 MCOS->emitInt8(Entries); in emitV5FileDirTables()
505 MCOS->emitInt8(context.getAsmInfo()->getCodePointerSize()); in Emit()
506 MCOS->emitInt8(0); // Segment selector; same as EmitGenDwarfAranges. in Emit()
520 MCOS->emitInt8(context.getAsmInfo()->getMinInstAlignment()); in Emit()
525 MCOS->emitInt8(1); in Emit()
526 MCOS->emitInt8(DWARF2_LINE_DEFAULT_IS_STMT); in Emit()
527 MCOS->emitInt8(Params.DWARF2LineBase); in Emit()
528 MCOS->emitInt8(Params.DWARF2LineRange); in Emit()
529 MCOS->emitInt8(StandardOpcodeLengths.size() + 1); in Emit()
533 MCOS->emitInt8(Length); in Emit()
782 MCOS->emitInt8(dwarf::DW_CHILDREN_yes); in EmitGenDwarfAbbrev()
809 MCOS->emitInt8(dwarf::DW_CHILDREN_no); in EmitGenDwarfAbbrev()
817 MCOS->emitInt8(0); in EmitGenDwarfAbbrev()
872 MCOS->emitInt8(AddrSize); in EmitGenDwarfAranges()
874 MCOS->emitInt8(0); in EmitGenDwarfAranges()
877 MCOS->emitInt8(0); in EmitGenDwarfAranges()
941 MCOS->emitInt8(dwarf::DW_UT_compile); in EmitGenDwarfInfo()
942 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
953 MCOS->emitInt8(AddrSize); in EmitGenDwarfInfo()
1015 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1020 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1027 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1036 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1053 MCOS->emitInt8(0); // NULL byte to terminate the string. in EmitGenDwarfInfo()
1068 MCOS->emitInt8(0); in EmitGenDwarfInfo()
1099 MCOS->emitInt8(dwarf::DW_RLE_start_length); in emitGenDwarfRanges()
1103 MCOS->emitInt8(dwarf::DW_RLE_end_of_list); in emitGenDwarfRanges()
1320 Streamer.emitInt8(Encoding); in emitEncodingByte()
1335 Streamer.emitInt8(dwarf::DW_CFA_register); in emitCFIInstruction()
1341 Streamer.emitInt8(dwarf::DW_CFA_GNU_window_save); in emitCFIInstruction()
1345 Streamer.emitInt8(dwarf::DW_CFA_AARCH64_negate_ra_state); in emitCFIInstruction()
1350 Streamer.emitInt8(dwarf::DW_CFA_undefined); in emitCFIInstruction()
1359 Streamer.emitInt8(dwarf::DW_CFA_def_cfa_offset); in emitCFIInstruction()
1374 Streamer.emitInt8(dwarf::DW_CFA_def_cfa); in emitCFIInstruction()
1385 Streamer.emitInt8(dwarf::DW_CFA_def_cfa_register); in emitCFIInstruction()
1418 Streamer.emitInt8(dwarf::DW_CFA_offset_extended_sf); in emitCFIInstruction()
1422 Streamer.emitInt8(dwarf::DW_CFA_offset + Reg); in emitCFIInstruction()
1425 Streamer.emitInt8(dwarf::DW_CFA_offset_extended); in emitCFIInstruction()
1432 Streamer.emitInt8(dwarf::DW_CFA_remember_state); in emitCFIInstruction()
1435 Streamer.emitInt8(dwarf::DW_CFA_restore_state); in emitCFIInstruction()
1439 Streamer.emitInt8(dwarf::DW_CFA_same_value); in emitCFIInstruction()
1448 Streamer.emitInt8(dwarf::DW_CFA_restore | Reg); in emitCFIInstruction()
1450 Streamer.emitInt8(dwarf::DW_CFA_restore_extended); in emitCFIInstruction()
1456 Streamer.emitInt8(dwarf::DW_CFA_GNU_args_size); in emitCFIInstruction()
1598 Streamer.emitInt8(CIEVersion); in EmitCIE()
1616 Streamer.emitInt8(0); in EmitCIE()
1620 Streamer.emitInt8(context.getAsmInfo()->getCodePointerSize()); in EmitCIE()
1623 Streamer.emitInt8(0); in EmitCIE()
1640 Streamer.emitInt8(RAReg); in EmitCIE()