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

Declarations

include/llvm/Support/raw_ostream.h
  452   uint64_t seek(uint64_t off);

References

lib/ProfileData/InstrProfWriter.cpp
   67         FDOStream.seek(P[K].Pos);
lib/ProfileData/SampleProfWriter.cpp
  333   if (OFS.seek(TableOffset) == (uint64_t)-1)
  337   if (OFS.seek(FuncOffsetTableStart) == (uint64_t)-1)
  426   if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1)
  451   if (OFS.seek(Saved) == (uint64_t)-1)
lib/Support/TarWriter.cpp
   84   OS.seek(alignTo(Pos, BlockSize));
  198   OS.seek(Pos);
lib/Support/raw_ostream.cpp
  770   seek(Offset);
  772   seek(Pos);