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

Overridden By

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  106   void EmitIntValue(uint64_t Value, unsigned Size) {

References

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  102       Streamer->EmitIntValue((int)Value, sizeof(T));
  148       Streamer->EmitIntValue(Size, sizeof(Size));
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  134     Streamer->EmitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex()));
  278     Streamer->EmitIntValue(LF_CHAR, 2);
  280     Streamer->EmitIntValue(Value, 1);
  283     Streamer->EmitIntValue(LF_SHORT, 2);
  285     Streamer->EmitIntValue(Value, 2);
  288     Streamer->EmitIntValue(LF_LONG, 2);
  290     Streamer->EmitIntValue(Value, 4);
  293     Streamer->EmitIntValue(LF_QUADWORD, 2);
  295     Streamer->EmitIntValue(Value, 4);
  304     Streamer->EmitIntValue(Value, 2);
  307     Streamer->EmitIntValue(LF_USHORT, 2);
  309     Streamer->EmitIntValue(Value, 2);
  312     Streamer->EmitIntValue(LF_ULONG, 2);
  314     Streamer->EmitIntValue(Value, 4);
  317     Streamer->EmitIntValue(LF_UQUADWORD, 2);
  319     Streamer->EmitIntValue(Value, 8);