Lines Matching refs:emitULEB128IntValue
185 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
190 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
197 MCOS->emitULEB128IntValue(Size + 1); in emitDwarfLineTable()
199 MCOS->emitULEB128IntValue(Discriminator); in emitDwarfLineTable()
204 MCOS->emitULEB128IntValue(Isa); in emitDwarfLineTable()
364 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
381 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
405 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
406 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
408 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
437 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
438 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
440 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_directory_index); in emitV5FileDirTables()
441 MCOS->emitULEB128IntValue(dwarf::DW_FORM_udata); in emitV5FileDirTables()
443 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_MD5); in emitV5FileDirTables()
444 MCOS->emitULEB128IntValue(dwarf::DW_FORM_data16); in emitV5FileDirTables()
447 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_LLVM_source); in emitV5FileDirTables()
448 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
455 MCOS->emitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size()); in emitV5FileDirTables()
822 MCOS->emitULEB128IntValue(Name); in EmitAbbrev()
823 MCOS->emitULEB128IntValue(Form); in EmitAbbrev()
833 MCOS->emitULEB128IntValue(1); in EmitGenDwarfAbbrev()
834 MCOS->emitULEB128IntValue(dwarf::DW_TAG_compile_unit); in EmitGenDwarfAbbrev()
860 MCOS->emitULEB128IntValue(2); in EmitGenDwarfAbbrev()
861 MCOS->emitULEB128IntValue(dwarf::DW_TAG_label); in EmitGenDwarfAbbrev()
1011 MCOS->emitULEB128IntValue(1); in EmitGenDwarfInfo()
1102 MCOS->emitULEB128IntValue(2); in EmitGenDwarfInfo()
1389 Streamer.emitULEB128IntValue(Reg1); in emitCFIInstruction()
1390 Streamer.emitULEB128IntValue(Reg2); in emitCFIInstruction()
1404 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1419 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1428 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1430 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1439 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1459 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1463 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1466 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1467 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1480 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1491 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1497 Streamer.emitULEB128IntValue(Instr.getOffset()); in emitCFIInstruction()
1665 Streamer.emitULEB128IntValue(context.getAsmInfo()->getMinInstAlignment()); in EmitCIE()
1680 Streamer.emitULEB128IntValue(RAReg); in EmitCIE()
1698 Streamer.emitULEB128IntValue(augmentationLength); in EmitCIE()
1790 Streamer.emitULEB128IntValue(augmentationLength); in EmitFDE()