Searched refs:EmitULEB128IntValue (Results 1 – 10 of 10) sorted by relevance
167 MCOS->EmitULEB128IntValue(FileNum); in EmitDwarfLineTable()172 MCOS->EmitULEB128IntValue(Column); in EmitDwarfLineTable()179 MCOS->EmitULEB128IntValue(Size + 1); in EmitDwarfLineTable()181 MCOS->EmitULEB128IntValue(Discriminator); in EmitDwarfLineTable()186 MCOS->EmitULEB128IntValue(Isa); in EmitDwarfLineTable()345 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number. in emitV2FileDirTables()362 MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number. in emitOneV5FileEntry()386 MCOS->EmitULEB128IntValue(dwarf::DW_LNCT_path); in emitV5FileDirTables()387 MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()389 MCOS->EmitULEB128IntValue(MCDwarfDirs.size() + 1); in emitV5FileDirTables()[all …]
157 EmitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()315 EmitULEB128IntValue(IntValue); in EmitULEB128Value()476 OS.EmitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
146 void MCStreamer::EmitULEB128IntValue(uint64_t Value, unsigned PadTo) { in EmitULEB128IntValue() function in MCStreamer
1037 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
211 OutStreamer->EmitULEB128IntValue(FieldCount); in EmitProducerInfo()216 OutStreamer->EmitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()218 OutStreamer->EmitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()220 OutStreamer->EmitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()222 OutStreamer->EmitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()270 OutStreamer->EmitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()273 OutStreamer->EmitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
116 Streamer.EmitULEB128IntValue(Grouped.size()); in emitLocal()118 Streamer.EmitULEB128IntValue(Pair.second); in emitLocal()
50 OutStreamer->EmitULEB128IntValue(Value, PadTo); in EmitULEB128()
1033 OutStreamer->EmitULEB128IntValue(StackSize); in emitStackSizeSection()
1116 Streamer.EmitULEB128IntValue(item.Tag); in finishAttributeSection()1120 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()1127 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()
672 void EmitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);