reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCStreamer.h
  659   void EmitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1003   OutStreamer->EmitULEB128IntValue(StackSize);
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
   50   OutStreamer->EmitULEB128IntValue(Value, PadTo);
lib/MC/MCAsmStreamer.cpp
 1032     EmitULEB128IntValue(IntValue);
lib/MC/MCDwarf.cpp
  167       MCOS->EmitULEB128IntValue(FileNum);
  172       MCOS->EmitULEB128IntValue(Column);
  179       MCOS->EmitULEB128IntValue(Size + 1);
  181       MCOS->EmitULEB128IntValue(Discriminator);
  186       MCOS->EmitULEB128IntValue(Isa);
  345     MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex); // Directory number.
  362   MCOS->EmitULEB128IntValue(DwarfFile.DirIndex); // Directory number.
  386   MCOS->EmitULEB128IntValue(dwarf::DW_LNCT_path);
  387   MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp
  389   MCOS->EmitULEB128IntValue(MCDwarfDirs.size() + 1);
  418   MCOS->EmitULEB128IntValue(dwarf::DW_LNCT_path);
  419   MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp
  421   MCOS->EmitULEB128IntValue(dwarf::DW_LNCT_directory_index);
  422   MCOS->EmitULEB128IntValue(dwarf::DW_FORM_udata);
  424     MCOS->EmitULEB128IntValue(dwarf::DW_LNCT_MD5);
  425     MCOS->EmitULEB128IntValue(dwarf::DW_FORM_data16);
  428     MCOS->EmitULEB128IntValue(dwarf::DW_LNCT_LLVM_source);
  429     MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp
  436   MCOS->EmitULEB128IntValue(MCDwarfFiles.empty() ? 1 : MCDwarfFiles.size());
  793   MCOS->EmitULEB128IntValue(Name);
  794   MCOS->EmitULEB128IntValue(Form);
  804   MCOS->EmitULEB128IntValue(1);
  805   MCOS->EmitULEB128IntValue(dwarf::DW_TAG_compile_unit);
  830   MCOS->EmitULEB128IntValue(2);
  831   MCOS->EmitULEB128IntValue(dwarf::DW_TAG_label);
  841   MCOS->EmitULEB128IntValue(3);
  842   MCOS->EmitULEB128IntValue(dwarf::DW_TAG_unspecified_parameters);
  970   MCOS->EmitULEB128IntValue(1);
 1062     MCOS->EmitULEB128IntValue(2);
 1083     MCOS->EmitULEB128IntValue(3);
 1342     Streamer.EmitULEB128IntValue(Reg1);
 1343     Streamer.EmitULEB128IntValue(Reg2);
 1357     Streamer.EmitULEB128IntValue(Reg);
 1372     Streamer.EmitULEB128IntValue(CFAOffset);
 1381     Streamer.EmitULEB128IntValue(Reg);
 1383     Streamer.EmitULEB128IntValue(CFAOffset);
 1392     Streamer.EmitULEB128IntValue(Reg);
 1412       Streamer.EmitULEB128IntValue(Reg);
 1416       Streamer.EmitULEB128IntValue(Offset);
 1419       Streamer.EmitULEB128IntValue(Reg);
 1420       Streamer.EmitULEB128IntValue(Offset);
 1433     Streamer.EmitULEB128IntValue(Reg);
 1444       Streamer.EmitULEB128IntValue(Reg);
 1450     Streamer.EmitULEB128IntValue(Instr.getOffset());
 1608   Streamer.EmitULEB128IntValue(context.getAsmInfo()->getMinInstAlignment());
 1623     Streamer.EmitULEB128IntValue(RAReg);
 1641     Streamer.EmitULEB128IntValue(augmentationLength);
 1725     Streamer.EmitULEB128IntValue(augmentationLength);
lib/MC/MCObjectStreamer.cpp
  110     EmitULEB128IntValue(*Diff);
  263     EmitULEB128IntValue(IntValue);
  424   OS.EmitULEB128IntValue(PointerSize + 1);
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
 1114     Streamer.EmitULEB128IntValue(item.Tag);
 1118       Streamer.EmitULEB128IntValue(item.IntValue);
 1125       Streamer.EmitULEB128IntValue(item.IntValue);
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  110   Streamer.EmitULEB128IntValue(Grouped.size());
  112     Streamer.EmitULEB128IntValue(Pair.second);
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  201     OutStreamer->EmitULEB128IntValue(FieldCount);
  206       OutStreamer->EmitULEB128IntValue(strlen(Producers.first));
  208       OutStreamer->EmitULEB128IntValue(Producers.second->size());
  210         OutStreamer->EmitULEB128IntValue(Producer.first.size());
  212         OutStreamer->EmitULEB128IntValue(Producer.second.size());
  260   OutStreamer->EmitULEB128IntValue(EmittedFeatures.size());
  263     OutStreamer->EmitULEB128IntValue(F.Name.size());
tools/dsymutil/DwarfStreamer.cpp
  503       MS->EmitULEB128IntValue(PointerSize + 1);
  520       MS->EmitULEB128IntValue(FileNum);
  526       MS->EmitULEB128IntValue(Column);
  536       MS->EmitULEB128IntValue(Isa);
  576         MS->EmitULEB128IntValue(AddressDelta);