Lines Matching refs:emitULEB128IntValue

183       MCOS->emitULEB128IntValue(FileNum);  in emitDwarfLineTable()
188 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
195 MCOS->emitULEB128IntValue(Size + 1); in emitDwarfLineTable()
197 MCOS->emitULEB128IntValue(Discriminator); in emitDwarfLineTable()
202 MCOS->emitULEB128IntValue(Isa); in emitDwarfLineTable()
349 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
366 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
390 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
391 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
393 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
422 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
423 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
425 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_directory_index); in emitV5FileDirTables()
426 MCOS->emitULEB128IntValue(dwarf::DW_FORM_udata); in emitV5FileDirTables()
428 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_MD5); in emitV5FileDirTables()
429 MCOS->emitULEB128IntValue(dwarf::DW_FORM_data16); in emitV5FileDirTables()
432 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_LLVM_source); in emitV5FileDirTables()
433 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
440 MCOS->emitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size()); in emitV5FileDirTables()
739 MCOS->emitULEB128IntValue(Name); in EmitAbbrev()
740 MCOS->emitULEB128IntValue(Form); in EmitAbbrev()
750 MCOS->emitULEB128IntValue(1); in EmitGenDwarfAbbrev()
751 MCOS->emitULEB128IntValue(dwarf::DW_TAG_compile_unit); in EmitGenDwarfAbbrev()
777 MCOS->emitULEB128IntValue(2); in EmitGenDwarfAbbrev()
778 MCOS->emitULEB128IntValue(dwarf::DW_TAG_label); in EmitGenDwarfAbbrev()
928 MCOS->emitULEB128IntValue(1); in EmitGenDwarfInfo()
1019 MCOS->emitULEB128IntValue(2); in EmitGenDwarfInfo()
1306 Streamer.emitULEB128IntValue(Reg1); in emitCFIInstruction()
1307 Streamer.emitULEB128IntValue(Reg2); in emitCFIInstruction()
1321 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1336 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1345 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1347 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1356 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1366 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1368 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1369 Streamer.emitULEB128IntValue(Instr.getAddressSpace()); in emitCFIInstruction()
1389 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1393 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1396 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1397 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1410 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1421 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1427 Streamer.emitULEB128IntValue(Instr.getOffset()); in emitCFIInstruction()
1595 Streamer.emitULEB128IntValue(context.getAsmInfo()->getMinInstAlignment()); in EmitCIE()
1610 Streamer.emitULEB128IntValue(RAReg); in EmitCIE()
1628 Streamer.emitULEB128IntValue(augmentationLength); in EmitCIE()
1720 Streamer.emitULEB128IntValue(augmentationLength); in EmitFDE()