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

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp67 uint64_t FileWriter::tell() {
68 return OS.tell();
72 off_t Offset = OS.tell();
H A DFunctionInfo.cpp105 const uint64_t FuncInfoOffset = O.tell();
117 const auto StartOffset = O.tell();
121 const auto Length = O.tell() - StartOffset;
135 const auto StartOffset = O.tell();
139 const auto Length = O.tell() - StartOffset;
H A DGsymCreator.cpp119 const off_t AddrInfoOffsetsOffset = O.tell();
139 const off_t StrtabOffset = O.tell();
141 const off_t StrtabSize = O.tell() - StrtabOffset;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp98 uint64_t end = cursor.tell() + length;
99 while ((pos = cursor.tell()) < end) {
125 uint64_t end = cursor.tell() - sizeof(length) + length;
137 while (cursor.tell() < end) {
152 Twine::utohexstr(cursor.tell() - 5));
174 Twine::utohexstr(cursor.tell() - 5));
218 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size())
222 utohexstr(cursor.tell() - 4));
H A DTarWriter.cpp83 uint64_t Pos = OS.tell();
207 uint64_t Pos = OS.tell();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell();
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp31 size_t tell() const { return NextOffset; } function in class:__anon3761::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;
/freebsd-13-stable/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));
H A DDWARFDataExtractor.cpp36 *Off = C.tell();
H A DDWARFDebugLine.cpp359 DWARFDataExtractor(DebugLineData, Cursor.tell() + TotalLength);
365 *OffsetPtr = Cursor.tell();
383 const uint64_t EndPrologueOffset = PrologueLength + Cursor.tell();
410 *OffsetPtr = Cursor.tell();
760 // See if we should tell the data extractor the address size.
791 uint64_t ExtOffset = Cursor.tell();
802 *OffsetPtr = Cursor.tell();
809 uint64_t OperandOffset = Cursor.tell();
940 if (Cursor && Cursor.tell() != End)
945 ExtOffset, Len, Cursor.tell()
[all...]
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_eromvar.h70 bhnd_erom_io_tell_t *tell; /**< @see bhnd_erom_io_tell() */ member in struct:bhnd_erom_io
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp58 return OutStream.tell();
H A DMachObjectWriter.cpp145 uint64_t Start = W.OS.tell();
160 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64)
181 uint64_t Start = W.OS.tell();
211 assert(W.OS.tell() - Start == SegmentLoadCommandSize);
231 uint64_t Start = W.OS.tell();
255 assert(W.OS.tell() - Start ==
265 uint64_t Start = W.OS.tell();
275 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command));
288 uint64_t Start = W.OS.tell();
312 assert(W.OS.tell()
[all...]
H A DELFObjectWriter.cpp340 uint64_t Padding = offsetToAlignment(W.OS.tell(), Align(Alignment));
622 uint64_t SecStart = W.OS.tell();
758 uint64_t SecEnd = W.OS.tell();
768 SecStart = W.OS.tell();
773 SecEnd = W.OS.tell();
1070 uint64_t StartOffset = W.OS.tell();
1099 uint64_t SecStart = W.OS.tell();
1104 uint64_t SecEnd = W.OS.tell();
1146 uint64_t SecStart = W.OS.tell();
1156 uint64_t SecEnd = W.OS.tell();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp126 uint64_t StartOfLocationInfo = OS.tell();
139 OS.tell() - StartOfLocationInfo,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileWriter.h110 uint64_t tell();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
H A DFormattedStream.h63 return TheStream->tell();
85 // had been using, and tell TheStream not to do its own buffering.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp187 lldb::offset_t prev_offset = c.tell();
192 if (payload_len < c.tell() - prev_offset)
195 uint32_t section_length = payload_len - (c.tell() - prev_offset);
196 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length,
198 *offset_ptr += (c.tell() + section_length);
200 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(),
203 *offset_ptr += (c.tell() + payload_len);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp87 uint64_t SectionStart = OutputStream->tell();
126 OutputStream->tell() - SectionStart});
148 uint64_t Offset = OutputStream->tell();
205 SecLBRProfileStart = OutputStream->tell();
348 uint64_t FuncOffsetTableStart = OS.tell();
420 SecHdrTableOffset = OutputStream->tell();
431 uint64_t Saved = OutputStream->tell();
468 FileStart = OS.tell();
483 TableOffset = OutputStream->tell();
559 uint64_t Offset = OutputStream->tell();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp118 uint64_t OldPos = OS.tell();
120 unsigned SizeSoFar = OS.tell() - OldPos;
223 NamePos = StringTable.tell();
228 Insertion.first->second = StringTable.tell();
321 printBSDMemberHeader(Out, Out.tell(), Name, now(Deterministic), 0, 0, 0,
328 uint64_t Pos = Out.tell() + Size;
384 Ret.push_back(SymNames.tell());
507 if (HasObject && SymNames.tell() == 0)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp103 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --Pad)
/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_main.c383 long tell; local
396 tell = ftell(fout);
400 if (extend && tell == ftell(fout)) {
486 long tell; local
518 tell = ftell(fout);
552 if (extend && tell == ftell(fout)) {
715 long tell; local
732 tell = ftell(fout);
736 if (extend && tell == ftell(fout)) {
748 long tell; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryUtils.h52 while ( (_ostream.tell() % alignment) != 0 )
56 return _ostream.tell();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp62 uint64_t Start = OS.tell();
168 Fixups.push_back(MCFixup::create(OS.tell() - Start, MO.getExpr(),

Completed in 565 milliseconds

1234