Searched refs:emitULEB128IntValue (Results 1 – 15 of 15) sorted by relevance
205 MCOS->emitULEB128IntValue(FileNum); in emitOne()210 MCOS->emitULEB128IntValue(Column); in emitOne()217 MCOS->emitULEB128IntValue(Size + 1); in emitOne()219 MCOS->emitULEB128IntValue(Discriminator); in emitOne()224 MCOS->emitULEB128IntValue(Isa); in emitOne()387 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()404 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()426 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()427 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()429 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()[all …]
58 MCOS->emitULEB128IntValue(Index); in emit()92 MCOS->emitULEB128IntValue(Discriminator); in emit()170 MCOS->emitULEB128IntValue(Probes.size() + NeedSentinel); in emit()172 MCOS->emitULEB128IntValue(Children.size()); in emit()193 MCOS->emitULEB128IntValue(std::get<1>(Inlinee.first)); in emit()
765 emitULEB128IntValue(Item.Tag); in createAttributesSection()770 emitULEB128IntValue(Item.IntValue); in createAttributesSection()777 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
117 emitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()264 emitULEB128IntValue(IntValue); in emitULEB128Value()447 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
1396 emitULEB128IntValue(IntValue); in emitULEB128Value()2616 emitULEB128IntValue(PointerSize + 1); in emitDwarfAdvanceLineAddr()2632 emitULEB128IntValue(1); in emitDwarfAdvanceLineAddr()
161 unsigned MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() function in MCStreamer
582 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugRngListsTableFragment()591 MS->emitULEB128IntValue(Range.start() - *BaseAddress); in emitDwarfDebugRngListsTableFragment()594 RngListsSectionSize += MS->emitULEB128IntValue(Range.end() - *BaseAddress); in emitDwarfDebugRngListsTableFragment()779 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugLocListsTableFragment()788 MS->emitULEB128IntValue(LocExpression.Range->LowPC - *BaseAddress); in emitDwarfDebugLocListsTableFragment()792 MS->emitULEB128IntValue(LocExpression.Range->HighPC - *BaseAddress); in emitDwarfDebugLocListsTableFragment()799 LocListsSectionSize += MS->emitULEB128IntValue(LocExpression.Expr.size()); in emitDwarfDebugLocListsTableFragment()881 LineSectionSize += MS->emitULEB128IntValue(File.DirIdx); in emitLineTablePrologueV2IncludeAndFileTable()884 LineSectionSize += MS->emitULEB128IntValue(File.ModTime); in emitLineTablePrologueV2IncludeAndFileTable()887 LineSectionSize += MS->emitULEB128IntValue(File.Length); in emitLineTablePrologueV2IncludeAndFileTable()[all …]
478 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()483 OutStreamer->emitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()485 OutStreamer->emitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()487 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()489 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()552 OutStreamer->emitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()555 OutStreamer->emitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
130 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()132 Streamer.emitULEB128IntValue(Pair.second); in emitLocal()
113 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()118 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()125 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
1374 OutStreamer->emitULEB128IntValue(MBBSectionRanges.size()); in emitBBAddrMapSection()1383 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()1407 OutStreamer->emitULEB128IntValue(MBBSectionNumBlocks[MBB.getSectionID()]); in emitBBAddrMapSection()1418 OutStreamer->emitULEB128IntValue(MBB.getBBID()->BaseID); in emitBBAddrMapSection()1427 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()1438 OutStreamer->emitULEB128IntValue( in emitBBAddrMapSection()1454 OutStreamer->emitULEB128IntValue( in emitBBAddrMapSection()1460 OutStreamer->emitULEB128IntValue(SuccCount); in emitBBAddrMapSection()1463 OutStreamer->emitULEB128IntValue(SuccMBB->getBBID()->BaseID); in emitBBAddrMapSection()1465 OutStreamer->emitULEB128IntValue( in emitBBAddrMapSection()[all …]
579 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()584 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()
356 Streamer.emitULEB128IntValue(Name->getString().size()); in emitModuleMetadata()373 Streamer.emitULEB128IntValue(Key->getString().size()); in emitModuleMetadata()380 Streamer.emitULEB128IntValue(Value.size()); in emitModuleMetadata()
735 unsigned emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);