Searched refs:current_pos (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_os_ostream.cpp29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
H A Draw_ostream.cpp910 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } function in class:raw_svector_ostream
937 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_os_ostream.h30 /// current_pos - Return the current position within the stream, not
32 uint64_t current_pos() const override;
H A Draw_sha1_ostream.h41 uint64_t current_pos() const override { return 0; }
H A DFormattedStream.h45 /// current_pos - Return the current position within the stream,
47 uint64_t current_pos() const override {
H A Dcircular_raw_ostream.h84 /// current_pos - Return the current position within the stream,
87 uint64_t current_pos() const override {
88 // This has the same effect as calling TheStream.current_pos(),
H A Draw_ostream.h113 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
323 virtual uint64_t current_pos() const = 0;
420 uint64_t current_pos() const override { return pos; }
524 uint64_t current_pos() const override { return OS.size(); }
552 uint64_t current_pos() const override;
579 uint64_t current_pos() const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamCallback.cpp22 uint64_t StreamCallback::current_pos() const { return 0; } function in class:StreamCallback
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamCallback.h30 uint64_t current_pos() const override;
H A DStream.h403 uint64_t current_pos() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; }
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h57 file_ptr current_pos; member in struct:ieee_per_section

Completed in 162 milliseconds