Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp201 MCOS->emitULEB128IntValue(FileNum); in emitOne()
206 MCOS->emitULEB128IntValue(Column); in emitOne()
220 MCOS->emitULEB128IntValue(Isa); in emitOne()
769 MCOS->emitULEB128IntValue(Name); in EmitAbbrev()
770 MCOS->emitULEB128IntValue(Form); in EmitAbbrev()
780 MCOS->emitULEB128IntValue(1); in EmitGenDwarfAbbrev()
807 MCOS->emitULEB128IntValue(2); in EmitGenDwarfAbbrev()
958 MCOS->emitULEB128IntValue(1); in EmitGenDwarfInfo()
1049 MCOS->emitULEB128IntValue(2); in EmitGenDwarfInfo()
1351 Streamer.emitULEB128IntValue(Reg); in emitCFIInstruction()
[all …]
H A DMCPseudoProbe.cpp47 MCOS->emitULEB128IntValue(Index); in emit()
140 MCOS->emitULEB128IntValue(Probes.size()); in emit()
142 MCOS->emitULEB128IntValue(Children.size()); in emit()
162 MCOS->emitULEB128IntValue(std::get<1>(Inlinee.first)); in emit()
H A DMCELFStreamer.cpp864 emitULEB128IntValue(Item.Tag); in createAttributesSection()
869 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
876 emitULEB128IntValue(Item.IntValue); in createAttributesSection()
H A DMCObjectStreamer.cpp175 return emitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()
343 emitULEB128IntValue(IntValue); in emitULEB128Value()
525 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
H A DMCAsmStreamer.cpp1298 emitULEB128IntValue(IntValue); in emitULEB128Value()
2483 emitULEB128IntValue(PointerSize + 1); in emitDwarfAdvanceLineAddr()
2499 emitULEB128IntValue(1); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp162 void MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() function in MCStreamer
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp130 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()
132 Streamer.emitULEB128IntValue(Pair.second); in emitLocal()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1322 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddrAbs()
1378 MCOS->emitULEB128IntValue(FileNum); in emitBinaryDwarfLineTable()
1383 MCOS->emitULEB128IntValue(Column); in emitBinaryDwarfLineTable()
1390 MCOS->emitULEB128IntValue(Size + 1); in emitBinaryDwarfLineTable()
1392 MCOS->emitULEB128IntValue(Discriminator); in emitBinaryDwarfLineTable()
1397 MCOS->emitULEB128IntValue(Isa); in emitBinaryDwarfLineTable()
1470 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
1475 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
1482 MCOS->emitULEB128IntValue(Size + 1); in emitDwarfLineTable()
1484 MCOS->emitULEB128IntValue(Discriminator); in emitDwarfLineTable()
[all …]
H A DBinaryEmitter.cpp958 Streamer.emitULEB128IntValue(TTypeBaseOffset, in emitLSDA()
965 Streamer.emitULEB128IntValue(CallSiteTableLength); in emitLSDA()
979 Streamer.emitULEB128IntValue(CallSite.Action); in emitLSDA()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp553 MS->emitULEB128IntValue(PointerSize + 1); in emitLineTableForUnit()
570 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit()
576 MS->emitULEB128IntValue(Column); in emitLineTableForUnit()
586 MS->emitULEB128IntValue(Isa); in emitLineTableForUnit()
626 MS->emitULEB128IntValue(AddressDelta); in emitLineTableForUnit()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp568 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()
573 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()
H A DAsmPrinterDwarf.cpp48 OutStreamer->emitULEB128IntValue(Value, PadTo); in emitULEB128()
H A DAsmPrinter.cpp1337 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()
1349 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()
1387 OutStreamer->emitULEB128IntValue(StackSize); in emitStackSizeSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h754 void emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp356 Streamer.emitULEB128IntValue(Name->getString().size()); in emitModuleMetadata()