Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp183 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
188 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
202 MCOS->emitULEB128IntValue(Isa); in emitDwarfLineTable()
739 MCOS->emitULEB128IntValue(Name); in EmitAbbrev()
740 MCOS->emitULEB128IntValue(Form); in EmitAbbrev()
750 MCOS->emitULEB128IntValue(1); in EmitGenDwarfAbbrev()
777 MCOS->emitULEB128IntValue(2); in EmitGenDwarfAbbrev()
928 MCOS->emitULEB128IntValue(1); in EmitGenDwarfInfo()
1019 MCOS->emitULEB128IntValue(2); in EmitGenDwarfInfo()
1321 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
[all …]
H A DMCPseudoProbe.cpp38 MCOS->emitULEB128IntValue(Index); in emit()
148 MCOS->emitULEB128IntValue(Probes.size()); in emit()
150 MCOS->emitULEB128IntValue(Inlinees.size()); in emit()
164 MCOS->emitULEB128IntValue(std::get<1>(Inlinee.first)); in emit()
H A DMCELFStreamer.cpp865 emitULEB128IntValue(Item.Tag); in createAttributesSection()
870 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
877 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
H A DMCObjectStreamer.cpp153 return emitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()
309 emitULEB128IntValue(IntValue); in emitULEB128Value()
478 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
H A DMCAsmStreamer.cpp1268 emitULEB128IntValue(IntValue); in emitULEB128Value()
2440 emitULEB128IntValue(PointerSize + 1); in emitDwarfAdvanceLineAddr()
2456 emitULEB128IntValue(1); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp159 void MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() function in MCStreamer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp444 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
449 OutStreamer->emitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()
451 OutStreamer->emitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()
453 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()
455 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()
509 OutStreamer->emitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()
512 OutStreamer->emitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp132 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()
134 Streamer.emitULEB128IntValue(Pair.second); in emitLocal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp129 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
134 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
141 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp540 MS->emitULEB128IntValue(PointerSize + 1); in emitLineTableForUnit()
557 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit()
563 MS->emitULEB128IntValue(Column); in emitLineTableForUnit()
573 MS->emitULEB128IntValue(Isa); in emitLineTableForUnit()
613 MS->emitULEB128IntValue(AddressDelta); in emitLineTableForUnit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp571 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()
576 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()
H A DAsmPrinterDwarf.cpp52 OutStreamer->emitULEB128IntValue(Value, PadTo); in emitULEB128()
H A DAsmPrinter.cpp1153 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()
1163 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()
1197 OutStreamer->emitULEB128IntValue(StackSize); in emitStackSizeSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h721 void emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp357 Streamer.emitULEB128IntValue(Name->getString().size()); in emitModuleMetadata()