Home
last modified time | relevance | path

Searched refs:EmitULEB128IntValue (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp168 MCOS->EmitULEB128IntValue(FileNum); in EmitDwarfLineTable()
173 MCOS->EmitULEB128IntValue(Column); in EmitDwarfLineTable()
187 MCOS->EmitULEB128IntValue(Isa); in EmitDwarfLineTable()
784 MCOS->EmitULEB128IntValue(Name); in EmitAbbrev()
785 MCOS->EmitULEB128IntValue(Form); in EmitAbbrev()
795 MCOS->EmitULEB128IntValue(1); in EmitGenDwarfAbbrev()
821 MCOS->EmitULEB128IntValue(2); in EmitGenDwarfAbbrev()
832 MCOS->EmitULEB128IntValue(3); in EmitGenDwarfAbbrev()
961 MCOS->EmitULEB128IntValue(1); in EmitGenDwarfInfo()
1047 MCOS->EmitULEB128IntValue(2); in EmitGenDwarfInfo()
[all …]
H A DMCObjectStreamer.cpp111 EmitULEB128IntValue(*Diff); in emitAbsoluteSymbolDiffAsULEB128()
264 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
425 OS.EmitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
H A DMCStreamer.cpp139 void MCStreamer::EmitULEB128IntValue(uint64_t Value) { in EmitULEB128IntValue() function in MCStreamer
H A DMCAsmStreamer.cpp988 EmitULEB128IntValue(IntValue); in EmitULEB128Value()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp140 Streamer.EmitULEB128IntValue(Grouped.size()); in emitLocal()
142 Streamer.EmitULEB128IntValue(Pair.second); in emitLocal()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp50 OutStreamer->EmitULEB128IntValue(Value); in EmitULEB128()
H A DAsmPrinter.cpp1023 OutStreamer->EmitULEB128IntValue(StackSize); in emitStackSizeSection()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1115 Streamer.EmitULEB128IntValue(item.Tag); in finishAttributeSection()
1119 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()
1126 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h638 void EmitULEB128IntValue(uint64_t Value);