Home
last modified time | relevance | path

Searched refs:current_pos (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h136 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
362 virtual uint64_t current_pos() const = 0;
468 uint64_t current_pos() const override { return pos; } in current_pos() function
640 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
671 uint64_t current_pos() const override;
702 uint64_t current_pos() const override;
H A Draw_os_ostream.h32 uint64_t current_pos() const override;
H A Draw_sha1_ostream.h41 uint64_t current_pos() const override { return 0; } in current_pos() function
H A Dcircular_raw_ostream.h87 uint64_t current_pos() const override { in current_pos() function
H A DFormattedStream.h59 uint64_t current_pos() const override { in current_pos() function
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_os_ostream.cpp29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
H A Draw_ostream.cpp947 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream
974 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
/llvm-project-15.0.7/mlir/include/mlir/CAPI/
H A DUtils.h43 uint64_t current_pos() const override { return pos; } in current_pos() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
/llvm-project-15.0.7/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp21 uint64_t current_pos() const override { return Vector.size(); } in current_pos() function in __anonf17c967b0111::NaiveSmallVectorStream
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DIndentedOstream.h90 uint64_t current_pos() const override { return os.tell(); } in current_pos() function
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStream.h402 uint64_t current_pos() const override { in current_pos() function
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp226 uint64_t current_pos() const override { return OS.tell(); } in current_pos() function in llvm::dwarfutil::raw_crc_ostream