Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp183 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
188 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
195 MCOS->emitULEB128IntValue(Size + 1); in emitDwarfLineTable()
197 MCOS->emitULEB128IntValue(Discriminator); in emitDwarfLineTable()
202 MCOS->emitULEB128IntValue(Isa); in emitDwarfLineTable()
349 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
366 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
390 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
391 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
393 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
[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 DMCObjectStreamer.cpp156 emitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()
314 emitULEB128IntValue(IntValue); in emitULEB128Value()
483 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
H A DMCAsmStreamer.cpp1258 emitULEB128IntValue(IntValue); in emitULEB128Value()
2398 emitULEB128IntValue(PointerSize + 1); in emitDwarfAdvanceLineAddr()
2414 emitULEB128IntValue(1); in emitDwarfAdvanceLineAddr()
H A DMCStreamer.cpp159 void MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() function in MCStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp125 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
130 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
137 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp371 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
376 OutStreamer->emitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()
378 OutStreamer->emitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()
380 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()
382 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()
436 OutStreamer->emitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()
439 OutStreamer->emitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp132 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()
134 Streamer.emitULEB128IntValue(Pair.second); in emitLocal()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp1139 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()
1149 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()
1183 OutStreamer->emitULEB128IntValue(StackSize); in emitStackSizeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1129 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
1133 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
1140 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h718 void emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp356 Streamer.emitULEB128IntValue(Name->getString().size()); in emitModuleMetadata()