/llvm-project/llvm/lib/Support/ |
H A D | raw_os_ostream.cpp | 29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
|
H A D | raw_ostream.cpp | 966 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } current_pos() function in raw_svector_ostream 997 uint64_t raw_null_ostream::current_pos() const { current_pos() function in raw_null_ostream
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | raw_sha1_ostream.h | 41 uint64_t current_pos() const override { return 0; } in current_pos() function
|
H A D | raw_socket_stream.h | 120 uint64_t current_pos() const override { return 0; } current_pos() function
|
H A D | circular_raw_ostream.h | 87 uint64_t current_pos() const override { in current_pos() function
|
H A D | FormattedStream.h | 63 uint64_t current_pos() const override { in current_pos() function
|
H A D | raw_ostream.h | 488 uint64_t current_pos() const override { return pos; } in current_pos() function 669 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
|
/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Utils.h | 43 uint64_t current_pos() const override { return pos; } in current_pos() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCLinkerOptimizationHint.cpp | 49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
|
H A D | GOFFObjectWriter.cpp | 119 uint64_t current_pos() const override { return OS.tell(); } current_pos() function in __anon74b2c1380111::GOFFOstream
|
/llvm-project/llvm/unittests/Support/ |
H A D | buffer_ostream_test.cpp | 21 uint64_t current_pos() const override { return Vector.size(); } in current_pos() function in __anon9afce3de0111::NaiveSmallVectorStream
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Stream.h | 446 uint64_t current_pos() const override { in current_pos() function
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | IndentedOstream.h | 92 uint64_t current_pos() const final { return os.tell(); } in current_pos() function
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | GOFFEmitter.cpp | 172 uint64_t current_pos() const override { return OS.tell(); } current_pos() function in __anonc7e54c580111::GOFFOstream
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 247 uint64_t current_pos() const override { return OS.tell(); } current_pos() function in llvm::dwarfutil::raw_crc_ostream
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | BytecodeWriter.cpp | 581 uint64_t current_pos() const override { return emitter.size(); } current_pos() function in __anon33b705f20111::RawEmitterOstream
|