Lines Matching refs:emitULEB128IntValue

204       MCOS->emitULEB128IntValue(FileNum);  in emitOne()
209 MCOS->emitULEB128IntValue(Column); in emitOne()
216 MCOS->emitULEB128IntValue(Size + 1); in emitOne()
218 MCOS->emitULEB128IntValue(Discriminator); in emitOne()
223 MCOS->emitULEB128IntValue(Isa); in emitOne()
381 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
398 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
420 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
421 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
423 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
458 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
459 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
461 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_directory_index); in emitV5FileDirTables()
462 MCOS->emitULEB128IntValue(dwarf::DW_FORM_udata); in emitV5FileDirTables()
464 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_MD5); in emitV5FileDirTables()
465 MCOS->emitULEB128IntValue(dwarf::DW_FORM_data16); in emitV5FileDirTables()
468 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_LLVM_source); in emitV5FileDirTables()
469 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
476 MCOS->emitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size()); in emitV5FileDirTables()
768 MCOS->emitULEB128IntValue(Name); in EmitAbbrev()
769 MCOS->emitULEB128IntValue(Form); in EmitAbbrev()
779 MCOS->emitULEB128IntValue(1); in EmitGenDwarfAbbrev()
780 MCOS->emitULEB128IntValue(dwarf::DW_TAG_compile_unit); in EmitGenDwarfAbbrev()
806 MCOS->emitULEB128IntValue(2); in EmitGenDwarfAbbrev()
807 MCOS->emitULEB128IntValue(dwarf::DW_TAG_label); in EmitGenDwarfAbbrev()
957 MCOS->emitULEB128IntValue(1); in EmitGenDwarfInfo()
1048 MCOS->emitULEB128IntValue(2); in EmitGenDwarfInfo()
1335 Streamer.emitULEB128IntValue(Reg1); in emitCFIInstruction()
1336 Streamer.emitULEB128IntValue(Reg2); in emitCFIInstruction()
1350 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1365 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1374 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1376 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1385 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1395 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1397 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1398 Streamer.emitULEB128IntValue(Instr.getAddressSpace()); in emitCFIInstruction()
1418 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1422 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1425 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1426 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1439 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1450 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1456 Streamer.emitULEB128IntValue(Instr.getOffset()); in emitCFIInstruction()
1626 Streamer.emitULEB128IntValue(context.getAsmInfo()->getMinInstAlignment()); in EmitCIE()
1641 Streamer.emitULEB128IntValue(RAReg); in EmitCIE()
1659 Streamer.emitULEB128IntValue(augmentationLength); in EmitCIE()
1751 Streamer.emitULEB128IntValue(augmentationLength); in EmitFDE()