Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp185 MCOS->emitULEB128IntValue(FileNum); in emitDwarfLineTable()
190 MCOS->emitULEB128IntValue(Column); in emitDwarfLineTable()
197 MCOS->emitULEB128IntValue(Size + 1); in emitDwarfLineTable()
199 MCOS->emitULEB128IntValue(Discriminator); in emitDwarfLineTable()
204 MCOS->emitULEB128IntValue(Isa); in emitDwarfLineTable()
364 MCOS->emitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()
381 MCOS->emitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()
405 MCOS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()
406 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
408 MCOS->emitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()
[all …]
DMCObjectStreamer.cpp154 emitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()
312 emitULEB128IntValue(IntValue); in emitULEB128Value()
481 OS.emitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
DMCStreamer.cpp159 void MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() function in MCStreamer
DMCAsmStreamer.cpp1184 emitULEB128IntValue(IntValue); in emitULEB128Value()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp125 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
130 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
137 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp313 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
318 OutStreamer->emitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()
320 OutStreamer->emitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()
322 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()
324 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()
378 OutStreamer->emitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()
381 OutStreamer->emitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp125 Streamer.emitULEB128IntValue(Grouped.size()); in emitLocal()
127 Streamer.emitULEB128IntValue(Pair.second); in emitLocal()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp514 MS->emitULEB128IntValue(PointerSize + 1); in emitLineTableForUnit()
531 MS->emitULEB128IntValue(FileNum); in emitLineTableForUnit()
537 MS->emitULEB128IntValue(Column); in emitLineTableForUnit()
547 MS->emitULEB128IntValue(Isa); in emitLineTableForUnit()
587 MS->emitULEB128IntValue(AddressDelta); in emitLineTableForUnit()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp52 OutStreamer->emitULEB128IntValue(Value, PadTo); in emitULEB128()
DEHStreamer.cpp574 Asm->OutStreamer->emitULEB128IntValue(LSDASizeWithAlign, in emitExceptionTable()
579 Asm->OutStreamer->emitULEB128IntValue(CallSiteTableSize); in emitExceptionTable()
DAsmPrinter.cpp1074 OutStreamer->emitULEB128IntValue(MF.size()); in emitBBAddrMapSection()
1084 OutStreamer->emitULEB128IntValue(getBBAddrMapMetadata(MBB)); in emitBBAddrMapSection()
1109 OutStreamer->emitULEB128IntValue(StackSize); in emitStackSizeSection()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1109 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
1113 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
1120 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h720 void emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);