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

References

include/llvm/ProfileData/SampleProfWriter.h
   46   raw_ostream &getOutputStream() { return *OutputStream; }
lib/ProfileData/SampleProfWriter.cpp
   87   uint64_t SectionStart = OutputStream->tell();
   91     LocalBufStream.swap(OutputStream);
  102   auto &OS = *OutputStream;
  121     LocalBufStream.swap(OutputStream);
  126                          OutputStream->tell() - SectionStart});
  148   uint64_t Offset = OutputStream->tell();
  151   encodeULEB128(S.getHeadSamples(), *OutputStream);
  156   auto &OS = *OutputStream;
  189   SecLBRProfileStart = OutputStream->tell();
  200     if (std::error_code EC = ProfSymList->write(*OutputStream))
  232   auto &OS = *OutputStream;
  279   encodeULEB128(ret->second, *OutputStream);
  314   auto &OS = *OutputStream;
  328   auto &OS = *OutputStream;
  335   support::endian::Writer Writer(*OutputStream, support::little);
  352   auto &OS = *OutputStream;
  366   auto &OS = *OutputStream;
  409   support::endian::Writer Writer(*OutputStream, support::little);
  412   SecHdrTableOffset = OutputStream->tell();
  422   auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream);
  423   uint64_t Saved = OutputStream->tell();
  428   support::endian::Writer Writer(*OutputStream, support::little);
  459   auto &OS = *OutputStream;
  469   support::endian::Writer Writer(*OutputStream, support::little);
  475   TableOffset = OutputStream->tell();
  481   auto &OS = *OutputStream;
  497   auto &OS = *OutputStream;
  545   encodeULEB128(S.getHeadSamples(), *OutputStream);
  551   uint64_t Offset = OutputStream->tell();
  554   encodeULEB128(S.getHeadSamples(), *OutputStream);