Home
last modified time | relevance | path

Searched refs:emitULEB128IntValue (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp201 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()
374 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
391 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
413 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
414 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
416 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
[all …]
H A DMCPseudoProbe.cpp56 MCOS->emitULEB128IntValue(Index); in emit()
160 MCOS->emitULEB128IntValue(Probes.size() + NeedSentinel); in emit()
162 MCOS->emitULEB128IntValue(Children.size()); in emit()
186 MCOS->emitULEB128IntValue(std::get<1>(Inlinee.first)); in emit()
H A DMCELFStreamer.cpp871 emitULEB128IntValue(Item.Tag); in createAttributesSection()
876 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
883 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
H A DMCObjectStreamer.cpp175 emitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()
345 emitULEB128IntValue(IntValue); in emitULEB128Value()
527 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
H A DMCAsmStreamer.cpp1313 emitULEB128IntValue(IntValue); in emitULEB128Value()
2519 emitULEB128IntValue(PointerSize + 1); in emitDwarfAdvanceLineAddr()
2535 emitULEB128IntValue(1); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp162 unsigned MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() function in MCStreamer
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp532 MS->emitULEB128IntValue(PointerSize + 1); in emitLineTableForUnit()
549 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit()
555 MS->emitULEB128IntValue(Column); in emitLineTableForUnit()
565 MS->emitULEB128IntValue(Isa); in emitLineTableForUnit()
605 MS->emitULEB128IntValue(AddressDelta); in emitLineTableForUnit()
887 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl()
905 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()
928 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
971 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
985 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp475 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
480 OutStreamer->emitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()
482 OutStreamer->emitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()
484 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()
486 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()
549 OutStreamer->emitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()
552 OutStreamer->emitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp130 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()
132 Streamer.emitULEB128IntValue(Pair.second); in emitLocal()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp104 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
109 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
116 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp113 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
118 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
125 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp580 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()
585 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()
H A DAsmPrinterDwarf.cpp48 OutStreamer->emitULEB128IntValue(Value, PadTo); in emitULEB128()
H A DAsmPrinter.cpp1347 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()
1357 OutStreamer->emitULEB128IntValue(*MBB.getBBID()); in emitBBAddrMapSection()
1366 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()
1428 OutStreamer->emitULEB128IntValue(StackSize); in emitStackSizeSection()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp365 Streamer.emitULEB128IntValue(Name->getString().size()); in emitModuleMetadata()
382 Streamer.emitULEB128IntValue(Key->getString().size()); in emitModuleMetadata()
389 Streamer.emitULEB128IntValue(Value.size()); in emitModuleMetadata()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h760 unsigned emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);