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

Overridden By

include/llvm/Support/FormattedStream.h
   47   uint64_t current_pos() const override {
include/llvm/Support/circular_raw_ostream.h
   87     uint64_t current_pos() const override {
include/llvm/Support/raw_ostream.h
  407   uint64_t current_pos() const override { return pos; }
  511   uint64_t current_pos() const override { return OS.size(); }
include/llvm/Support/raw_sha1_ostream.h
   41   uint64_t current_pos() const override { return 0; }
lib/MC/MCLinkerOptimizationHint.cpp
   49     uint64_t current_pos() const override { return Count; }
lib/Support/raw_os_ostream.cpp
   29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); }
lib/Support/raw_ostream.cpp
  910 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); }
  937 uint64_t raw_null_ostream::current_pos() const {
tools/lldb/include/lldb/Utility/Stream.h
  515     uint64_t current_pos() const override {
tools/lldb/source/Utility/StreamCallback.cpp
   22 uint64_t StreamCallback::current_pos() const { return 0; }

References

include/llvm/Support/raw_ostream.h
  111   uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }