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

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
H A Draw_ostream.cpp746 uint64_t raw_svector_ostream::current_pos() const { function in class:raw_svector_ostream
771 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A Draw_os_ostream.h31 /// current_pos - Return the current position within the stream, not
33 virtual uint64_t current_pos() const LLVM_OVERRIDE;
H A Draw_ostream.h85 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
266 /// current_pos - Return the current position within the stream, not
268 virtual uint64_t current_pos() const = 0;
327 /// current_pos - Return the current position within the stream, not
329 virtual uint64_t current_pos() const LLVM_OVERRIDE { return pos; }
432 /// current_pos - Return the current position within the stream, not
434 virtual uint64_t current_pos() const LLVM_OVERRIDE { return OS.size(); }
456 /// current_pos - Return the current position within the stream, not
458 virtual uint64_t current_pos() const LLVM_OVERRIDE;
482 /// current_pos
[all...]
H A Dcircular_raw_ostream.h86 /// current_pos - Return the current position within the stream,
89 virtual uint64_t current_pos() const LLVM_OVERRIDE {
90 // This has the same effect as calling TheStream.current_pos(),
H A DFormattedStream.h62 /// current_pos - Return the current position within the stream,
64 virtual uint64_t current_pos() const LLVM_OVERRIDE {
/freebsd-10-stable/contrib/binutils/bfd/
H A Dlibieee.h57 file_ptr current_pos; member in struct:ieee_per_section

Completed in 162 milliseconds