Searched refs:tell (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTableGenBackend.cpp25 size_t Pos = (size_t)OS.tell();
30 for (size_t i = (size_t)OS.tell() - Pos; i < e; ++i)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp125 uint64_t StartOfLocationInfo = OS.tell();
138 OS.tell() - StartOfLocationInfo,
H A DCacheTokens.cpp274 Offset TokenOff = (Offset) Out.tell();
311 Offset HashOff = (Offset) Out.tell();
419 Offset PPCondOff = (Offset) Out.tell();
438 Offset SpellingsOff = Out.tell();
453 Offset PrologueOffset = Out.tell();
595 key->FileOffset = Out.tell();
643 Offset IDOff = Out.tell();
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h92 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
H A DFormattedStream.h68 return TheStream->tell();
110 // had been using, and tell TheStream not to do its own buffering.
H A Draw_ostream.h84 /// tell - Return the current offset with the file.
85 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp135 uint64_t Start = OS.tell();
150 assert(OS.tell() - Start ==
165 uint64_t Start = OS.tell();
195 assert(OS.tell() - Start == SegmentLoadCommandSize);
215 uint64_t Start = OS.tell();
244 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) :
254 uint64_t Start = OS.tell();
264 assert(OS.tell() - Start == sizeof(MachO::symtab_command));
277 uint64_t Start = OS.tell();
301 assert(OS.tell()
[all...]
H A DMCAssembler.cpp574 uint64_t Start = OW->getStream().tell();
681 assert(OW->getStream().tell() - Start == FragmentSize &&
726 uint64_t Start = getWriter().getStream().tell();
733 assert(getWriter().getStream().tell() - Start ==
798 uint64_t StartOffset = OS.tell();
825 stats::ObjectBytes += OS.tell() - StartOffset;
863 // FIXME-PERF: We could immediately lower out instructions if we can tell
H A DWinCOFFObjectWriter.cpp873 assert(OS.tell() == (*i)->Header.PointerToRawData &&
880 assert(OS.tell() == (*i)->Header.PointerToRelocations &&
904 assert(OS.tell() == Header.PointerToSymbolTable &&
H A DELFObjectWriter.cpp1423 uint64_t Padding = OffsetToAlignment(OS.tell(), SD.getAlignment());
1590 uint64_t Padding = OffsetToAlignment(OS.tell(), NaturalAlignment);
/freebsd-10-stable/sys/boot/i386/loader/
H A Dhelp.i38625 to tell the kernel how many IDE disks there are in order to have it
/freebsd-10-stable/sys/boot/pc98/loader/
H A Dhelp.pc9825 to tell the kernel how many IDE disks there are in order to have it
/freebsd-10-stable/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp582 uint64_t OldPos = OS.tell();
584 unsigned SizeSoFar = OS.tell() - OldPos;
638 StartOffset = Out.tell();
640 StringMapIndexes.push_back(Out.tell() - StartOffset);
645 if (Out.tell() % 2)
647 int Pos = Out.tell();
684 StartOffset = Out.tell();
703 MemberOffsetRefs.push_back(std::make_pair(Out.tell(), MemberNum));
724 if (Out.tell() % 2)
727 unsigned Pos = Out.tell();
[all...]
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_main.c400 long tell; local
413 tell = ftell(fout);
417 if (extend && tell == ftell(fout)) {
501 long tell; local
532 tell = ftell(fout);
566 if (extend && tell == ftell(fout)) {
728 long tell; local
745 tell = ftell(fout);
749 if (extend && tell == ftell(fout)) {
761 long tell; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h68 Offset off = (Offset) Out.tell();
199 B.off = out.tell();
218 io::Offset TableOff = out.tell();
/freebsd-10-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h181 long tell(int);
/freebsd-10-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h181 long tell(int);
/freebsd-10-stable/contrib/bmake/mk/
H A Dmeta.sys.mk38 # tell everyone we are not updating Makefile.depend*
154 # tell dirdeps.mk what we want
H A Dlibs.mk81 # tell libs.mk we might want to install things
H A Dprogs.mk80 # tell progs.mk we might want to install things
H A Dgendirdeps.mk155 # and tell it not to add machine qualifiers
/freebsd-10-stable/sys/conf/
H A Dkern.mk93 # anywhere in the 64-bit address space. We also tell GCC to use floating
130 # For PowerPC we tell gcc to use floating point emulation. This avoids using
147 # For MIPS we also tell gcc to use floating point emulation
/freebsd-10-stable/share/mk/
H A Dbsd.progs.mk83 # tell progs.mk we might want to install things
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c116 svn_error_t * (*tell)(void *baton, apr_off_t *offset,
690 content->tell = tell_prop;
840 /* Baton for the (readline|tell|seek|write)_symlink functions. */
1058 content->tell = tell_symlink;
1083 content->tell = tell_file;
1256 SVN_ERR(content->tell(content->read_baton, &offset,
2884 * ### How can we tell whether the patch really wanted to create
115 svn_error_t * (*tell)(void *baton, apr_off_t *offset, member in struct:target_content_t
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1504 uint64_t Start = Out.tell(); (void)Start;
1542 assert(Out.tell() - Start == DataLen && "Wrong data length");
2747 uint64_t Start = Out.tell();
2761 uint64_t Start = Out.tell(); (void)Start;
2793 assert(Out.tell() - Start == DataLen && "Data length is wrong");
3095 Writer.SetIdentifierOffset(II, Out.tell());
3369 uint64_t Start = Out.tell(); (void)Start;
3375 assert(Out.tell() - Start == DataLen && "Data length is wrong");

Completed in 554 milliseconds

12