Lines Matching refs:emitULEB128IntValue
201 MCOS->emitULEB128IntValue(FileNum); in emitOne()
206 MCOS->emitULEB128IntValue(Column); in emitOne()
213 MCOS->emitULEB128IntValue(Size + 1); in emitOne()
215 MCOS->emitULEB128IntValue(Discriminator); in emitOne()
220 MCOS->emitULEB128IntValue(Isa); in emitOne()
375 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
392 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
414 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
415 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
417 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
452 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
453 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
455 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_directory_index); in emitV5FileDirTables()
456 MCOS->emitULEB128IntValue(dwarf::DW_FORM_udata); in emitV5FileDirTables()
458 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_MD5); in emitV5FileDirTables()
459 MCOS->emitULEB128IntValue(dwarf::DW_FORM_data16); in emitV5FileDirTables()
462 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_LLVM_source); in emitV5FileDirTables()
463 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
470 MCOS->emitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size()); in emitV5FileDirTables()
769 MCOS->emitULEB128IntValue(Name); in EmitAbbrev()
770 MCOS->emitULEB128IntValue(Form); in EmitAbbrev()
780 MCOS->emitULEB128IntValue(1); in EmitGenDwarfAbbrev()
781 MCOS->emitULEB128IntValue(dwarf::DW_TAG_compile_unit); in EmitGenDwarfAbbrev()
807 MCOS->emitULEB128IntValue(2); in EmitGenDwarfAbbrev()
808 MCOS->emitULEB128IntValue(dwarf::DW_TAG_label); in EmitGenDwarfAbbrev()
958 MCOS->emitULEB128IntValue(1); in EmitGenDwarfInfo()
1049 MCOS->emitULEB128IntValue(2); in EmitGenDwarfInfo()
1336 Streamer.emitULEB128IntValue(Reg1); in emitCFIInstruction()
1337 Streamer.emitULEB128IntValue(Reg2); in emitCFIInstruction()
1351 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1366 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1375 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1377 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1386 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1396 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1398 Streamer.emitULEB128IntValue(CFAOffset); in emitCFIInstruction()
1399 Streamer.emitULEB128IntValue(Instr.getAddressSpace()); in emitCFIInstruction()
1419 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1423 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1426 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1427 Streamer.emitULEB128IntValue(Offset); in emitCFIInstruction()
1440 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1451 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
1457 Streamer.emitULEB128IntValue(Instr.getOffset()); in emitCFIInstruction()
1627 Streamer.emitULEB128IntValue(context.getAsmInfo()->getMinInstAlignment()); in EmitCIE()
1642 Streamer.emitULEB128IntValue(RAReg); in EmitCIE()
1660 Streamer.emitULEB128IntValue(augmentationLength); in EmitCIE()
1752 Streamer.emitULEB128IntValue(augmentationLength); in EmitFDE()