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

1234

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp66 uint64_t FileWriter::tell() {
67 return OS.tell();
71 off_t Offset = OS.tell();
H A DFunctionInfo.cpp120 const uint64_t FuncInfoOffset = Out.tell();
143 const auto StartOffset = Out.tell();
147 const auto Length = Out.tell() - StartOffset;
161 const auto StartOffset = Out.tell();
165 const auto Length = Out.tell() - StartOffset;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp96 uint64_t end = cursor.tell() + length;
97 while ((pos = cursor.tell()) < end) {
123 uint64_t end = cursor.tell() - sizeof(length) + length;
139 while (cursor.tell() < end) {
154 Twine::utohexstr(cursor.tell() - 5));
176 Twine::utohexstr(cursor.tell() - 5));
220 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size())
224 utohexstr(cursor.tell() - 4));
H A DTarWriter.cpp83 uint64_t Pos = OS.tell();
207 uint64_t Pos = OS.tell();
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp144 uint64_t OffsetAfterSectionLength = OutDebugStrOffsetsSection.OS.tell();
156 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String});
167 OutDebugStrOffsetsSection.OS.tell() - OffsetAfterSectionLength);
182 LengthOffset = OutSection.OS.tell();
187 OutSection.OS.tell(),
235 OutSection.OS.tell() - *NamesLengthOffset);
246 OutSection.OS.tell() - *TypesLengthOffset);
H A DDebugLineSectionEmitter.h42 uint64_t OffsetAfterUnitLength = OutSection.OS.tell();
49 uint64_t OffsetAfterEnd = OutSection.OS.tell();
115 uint64_t OffsetAfterPrologueLength = Section.OS.tell();
117 uint64_t OffsetAfterPrologueEnd = Section.OS.tell();
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp32 size_t tell() const { return NextOffset; } function in class:__anon2032::BlobAllocator
109 size_t BeginOffset = OS.tell();
112 assert(OS.tell() == BeginOffset + NextOffset &&
125 size_t DataEnd = File.tell();
163 size_t DataEnd = File.tell();
166 DataEnd = File.tell();
176 Result.Location.RVA = File.tell();
209 DataEnd = File.tell();
223 DataEnd.value_or(File.tell()) - Result.Location.RVA;
H A DDWARFEmitter.cpp191 const size_t RangesOffset = OS.tell();
194 const size_t CurrOffset = OS.tell() - RangesOffset;
270 uint64_t EntryBegin = OS.tell();
274 return OS.tell() - EntryBegin;
404 return OS.tell() - EntryBegin;
728 uint64_t ExpressionBegin = OS.tell();
749 return OS.tell() - ExpressionBegin;
756 uint64_t BeginOffset = OS.tell();
810 return OS.tell() - BeginOffset;
817 uint64_t BeginOffset = OS.tell();
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp46 Offset = C.tell() + NewSet.Length;
83 if (C.tell() != Offset)
89 SetOffset, C.tell() - OffsetSize, Offset - OffsetSize));
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp58 return OutStream.tell();
H A DSPIRVObjectWriter.cpp67 uint64_t StartOffset = W.OS.tell();
71 return W.OS.tell() - StartOffset;
H A DMachObjectWriter.cpp147 uint64_t Start = W.OS.tell();
162 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64)
183 uint64_t Start = W.OS.tell();
213 assert(W.OS.tell() - Start == SegmentLoadCommandSize);
233 uint64_t Start = W.OS.tell();
256 assert(W.OS.tell() - Start ==
266 uint64_t Start = W.OS.tell();
276 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command));
289 uint64_t Start = W.OS.tell();
313 assert(W.OS.tell()
[all...]
H A DMCDXContainerWriter.cpp103 unsigned Start = W.OS.tell();
138 unsigned Size = W.OS.tell() - Start;
H A DGOFFObjectWriter.cpp120 uint64_t current_pos() const override { return OS.tell(); }
283 uint64_t StartOffset = OS.tell();
290 return OS.tell() - StartOffset;
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_eromvar.h68 bhnd_erom_io_tell_t *tell; /**< @see bhnd_erom_io_tell() */ member in struct:bhnd_erom_io
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp34 size_t Pos = (size_t)OS.tell();
38 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size();
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp126 uint64_t StartOfLocationInfo = OS.tell();
139 DiagMessageStream.str(), OS.tell() - StartOfLocationInfo,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
H A DFormattedStream.h67 return TheStream->tell();
89 // had been using, and tell TheStream not to do its own buffering.
H A Draw_ostream.h133 /// tell - Return the current offset with the file.
134 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
144 /// So that the stream could keep at least tell() + ExtraSize bytes
438 uint64_t Pos = tell();
665 OS.reserve(tell() + ExtraSize);
702 OS.reserve(tell() + ExtraSize);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h111 uint64_t tell();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp184 lldb::offset_t prev_offset = c.tell();
189 if (payload_len < c.tell() - prev_offset)
192 uint32_t section_length = payload_len - (c.tell() - prev_offset);
193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length,
195 *offset_ptr += (c.tell() + section_length);
197 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(),
200 *offset_ptr += (c.tell() + payload_len);
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp56 uint64_t tell() { return OS.tell(); } function in class:llvm::ProfOStream
68 const uint64_t LastPos = FDOStream.tell();
467 uint64_t HashTableStartFieldOffset = OS.tell();
473 uint64_t MemProfSectionOffset = OS.tell();
479 uint64_t BinaryIdSectionOffset = OS.tell();
484 uint64_t TemporalProfTracesOffset = OS.tell();
491 uint64_t SummaryOffset = OS.tell();
497 CSSummaryOffset = OS.tell();
520 MemProfSectionStart = OS.tell();
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp258 OS.write_zeros(TheEntry.ImageOffset - OS.tell());
262 assert(TheHeader.Size >= OS.tell() && "Too much data written?");
263 OS.write_zeros(TheHeader.Size - OS.tell());
264 assert(TheHeader.Size == OS.tell() && "Size mismatch");
/freebsd-current/usr.bin/rpcgen/
H A Drpc_main.c468 long tell; local
481 tell = ftell(fout);
485 if (extend && tell == ftell(fout)) {
571 long tell; local
603 tell = ftell(fout);
637 if (extend && tell == ftell(fout)) {
800 long tell; local
817 tell = ftell(fout);
821 if (extend && tell == ftell(fout)) {
833 long tell; local
[all...]

Completed in 178 milliseconds

1234