OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tell
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpEmitter.cpp
31
size_t
tell
() const { return NextOffset; }
function in class:__anon4484::BlobAllocator
108
size_t BeginOffset = OS.
tell
();
111
assert(OS.
tell
() == BeginOffset + NextOffset &&
124
size_t DataEnd = File.
tell
();
162
size_t DataEnd = File.
tell
();
165
DataEnd = File.
tell
();
175
Result.Location.RVA = File.
tell
();
208
DataEnd = File.
tell
();
222
DataEnd.getValueOr(File.
tell
()) - Result.Location.RVA;
ELFEmitter.cpp
65
uint64_t
tell
() const { return OS.
tell
(); }
function in class:__anon4478::ContiguousBlobAccumulator
66
uint64_t getOffset() const { return InitialOffset + OS.
tell
(); }
1043
uint64_t BeginOffset = CBA.
tell
();
1049
return CBA.
tell
() - BeginOffset;
1645
uint64_t Offset = CBA.
tell
();
1676
SHeader.sh_size = CBA.
tell
() - Offset;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DataExtractor.h
71
uint64_t
tell
() const { return Offset; }
function in class:llvm::DataExtractor::Cursor
raw_ostream.h
131
///
tell
- Return the current offset with the file.
132
uint64_t
tell
() const { return current_pos() + GetNumBytesInBuffer(); }
function in class:llvm::raw_ostream
142
/// So that the stream could keep at least
tell
() + ExtraSize bytes
416
uint64_t Pos =
tell
();
638
OS.reserve(
tell
() + ExtraSize);
675
OS.reserve(
tell
() + ExtraSize);
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.h
176
uint64_t
tell
() const { return FS->
tell
(); }
function in class:llvm::rc::ResourceFileWriter
/src/external/gpl3/gcc/dist/libgfortran/io/
unix.h
35
gfc_offset (* const
tell
) (struct stream *);
member in struct:stream_vtable
71
return s->vptr->
tell
(s);
/src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.h
35
gfc_offset (* const
tell
) (struct stream *);
member in struct:stream_vtable
71
return s->vptr->
tell
(s);
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp
55
uint64_t
tell
() { return OS.
tell
(); }
function in class:llvm::ProfOStream
327
uint64_t HashTableStartFieldOffset = OS.
tell
();
335
uint64_t SummaryOffset = OS.
tell
();
341
CSSummaryOffset = OS.
tell
();
/src/usr.bin/rpcgen/
rpc_main.c
445
long
tell
;
local
458
tell
= ftell(fout);
462
if (extend &&
tell
== ftell(fout)) {
560
long
tell
;
local
584
tell
= ftell(fout);
602
if (extend &&
tell
== ftell(fout)) {
766
long
tell
;
local
782
tell
= ftell(fout);
786
if (extend &&
tell
== ftell(fout)) {
800
long
tell
;
local
[
all
...]
Completed in 35 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026