Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp960 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } in current_pos() function in raw_svector_ostream
987 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
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
H A Draw_ostream.h478 uint64_t current_pos() const override { return pos; } in current_pos() function
650 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp49 uint64_t current_pos() const override { return Count; } in getEmitSize() function in MCLOHDirective::getEmitSize::raw_counting_ostream
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStream.h402 uint64_t current_pos() const override { in current_pos() function
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dliboasys.h47 file_ptr current_pos; member
H A Dlibieee.h57 file_ptr current_pos; member
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dliboasys.h47 file_ptr current_pos; member
H A Dlibieee.h57 file_ptr current_pos; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp242 uint64_t current_pos() const override { return OS.tell(); } in current_pos() function in llvm::dwarfutil::raw_crc_ostream
/openbsd-src/usr.sbin/unbound/sldns/
H A Dstr2wire.c1388 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local
/openbsd-src/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c1388 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); in sldns_str2wire_svcbparam_mandatory() local
/openbsd-src/sys/dev/wscons/
H A Dwsdisplay.c2759 u_int current_pos; inverse_region() local