Home
last modified time | relevance | path

Searched defs:current_pos (Results 1 – 16 of 16) sorted by relevance

/llvm-project/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.cpp966 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 Draw_sha1_ostream.h41 uint64_t current_pos() const override { return 0; } in current_pos() function
H A Draw_socket_stream.h120 uint64_t current_pos() const override { return 0; } current_pos() function
H A Dcircular_raw_ostream.h87 uint64_t current_pos() const override { in current_pos() function
H A DFormattedStream.h63 uint64_t current_pos() const override { in current_pos() function
H A Draw_ostream.h488 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 DUtils.h43 uint64_t current_pos() const override { return pos; } in current_pos() function
/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
H A DGOFFObjectWriter.cpp119 uint64_t current_pos() const override { return OS.tell(); } current_pos() function in __anon74b2c1380111::GOFFOstream
/llvm-project/llvm/unittests/Support/
H A Dbuffer_ostream_test.cpp21 uint64_t current_pos() const override { return Vector.size(); } in current_pos() function in __anon9afce3de0111::NaiveSmallVectorStream
/llvm-project/lldb/include/lldb/Utility/
H A DStream.h446 uint64_t current_pos() const override { in current_pos() function
/llvm-project/mlir/include/mlir/Support/
H A DIndentedOstream.h92 uint64_t current_pos() const final { return os.tell(); } in current_pos() function
/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp172 uint64_t current_pos() const override { return OS.tell(); } current_pos() function in __anonc7e54c580111::GOFFOstream
/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp247 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 DBytecodeWriter.cpp581 uint64_t current_pos() const override { return emitter.size(); } current_pos() function in __anon33b705f20111::RawEmitterOstream