Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp96 uint64_t end = cursor.tell() + length; in parseAttributeList()
97 while ((pos = cursor.tell()) < end) { in parseAttributeList()
123 uint64_t end = cursor.tell() - sizeof(length) + length; in parseSubsection()
139 while (cursor.tell() < end) { in parseSubsection()
154 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
176 Twine::utohexstr(cursor.tell() - 5)); in parseSubsection()
220 if (sectionLength < 4 || cursor.tell() - 4 + sectionLength > section.size()) in parse()
224 utohexstr(cursor.tell() - 4)); in parse()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp32 size_t tell() const { return NextOffset; } in tell() function in __anonb9c606ce0111::BlobAllocator
109 size_t BeginOffset = OS.tell(); in writeTo()
112 assert(OS.tell() == BeginOffset + NextOffset && in writeTo()
125 size_t DataEnd = File.tell(); in layout()
163 size_t DataEnd = File.tell(); in layout()
166 DataEnd = File.tell(); in layout()
176 Result.Location.RVA = File.tell(); in layout()
209 DataEnd = File.tell(); in layout()
223 DataEnd.value_or(File.tell()) - Result.Location.RVA; in layout()
H A DDWARFEmitter.cpp191 const size_t RangesOffset = OS.tell(); in emitDebugRanges()
270 uint64_t EntryBegin = OS.tell(); in writeDIE()
274 return OS.tell() - EntryBegin; in writeDIE()
404 return OS.tell() - EntryBegin; in writeDIE()
728 uint64_t ExpressionBegin = OS.tell(); in writeDWARFExpression()
749 return OS.tell() - ExpressionBegin; in writeDWARFExpression()
756 uint64_t BeginOffset = OS.tell(); in writeListEntry()
810 return OS.tell() - BeginOffset; in writeListEntry()
817 uint64_t BeginOffset = OS.tell(); in writeListEntry()
907 return OS.tell() - BeginOffset; in writeListEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp144 uint64_t OffsetAfterSectionLength = OutDebugStrOffsetsSection.OS.tell(); in emitDebugStringOffsetSection()
156 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
167 OutDebugStrOffsetsSection.OS.tell() - OffsetAfterSectionLength); in emitDebugStringOffsetSection()
182 LengthOffset = OutSection.OS.tell(); in emitPubAcceleratorEntry()
187 OutSection.OS.tell(), in emitPubAcceleratorEntry()
235 OutSection.OS.tell() - *NamesLengthOffset); in emitPubAccelerators()
246 OutSection.OS.tell() - *TypesLengthOffset); in emitPubAccelerators()
/freebsd/contrib/tcsh/nls/ja/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/greek/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/russian/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/C/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/et/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/finnish/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/italian/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/french/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/german/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/tcsh/nls/spanish/
H A Dset1610 8 tell eval %x %x\n
11 9 tell alias %x %x\n
12 10 tell file %x\n
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp147 uint64_t Start = W.OS.tell(); in writeHeader()
183 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand()
233 uint64_t Start = W.OS.tell(); in writeSection()
256 assert(W.OS.tell() - Start == in writeSection()
266 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand()
289 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand()
411 uint64_t Start = W.OS.tell(); in writeLinkeditLoadCommand()
435 uint64_t Start = W.OS.tell(); in writeLinkerOptionsLoadCommand()
759 uint64_t StartOffset = W.OS.tell(); in writeObject()
1037 unsigned Start = W.OS.tell(); in writeObject()
[all …]
H A DSPIRVObjectWriter.cpp67 uint64_t StartOffset = W.OS.tell(); in writeObject()
71 return W.OS.tell() - StartOffset; in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp66 uint64_t FileWriter::tell() { in tell() function in FileWriter
67 return OS.tell(); in tell()
71 off_t Offset = OS.tell(); in alignTo()
H A DFunctionInfo.cpp120 const uint64_t FuncInfoOffset = Out.tell(); in encode()
143 const auto StartOffset = Out.tell(); in encode()
147 const auto Length = Out.tell() - StartOffset; in encode()
161 const auto StartOffset = Out.tell(); in encode()
165 const auto Length = Out.tell() - StartOffset; in encode()
/freebsd/usr.bin/rpcgen/
H A Drpc_main.c468 long tell; in c_output() local
481 tell = ftell(fout); in c_output()
485 if (extend && tell == ftell(fout)) { in c_output()
571 long tell; in h_output() local
603 tell = ftell(fout); in h_output()
637 if (extend && tell == ftell(fout)) { in h_output()
800 long tell; in svc_output() local
817 tell = ftell(fout); in svc_output()
821 if (extend && tell == ftell(fout)) { in svc_output()
833 long tell; in clnt_output() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp184 lldb::offset_t prev_offset = c.tell(); in DecodeNextSection()
189 if (payload_len < c.tell() - prev_offset) in DecodeNextSection()
192 uint32_t section_length = payload_len - (c.tell() - prev_offset); in DecodeNextSection()
193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()
195 *offset_ptr += (c.tell() + section_length); in DecodeNextSection()
197 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection()
200 *offset_ptr += (c.tell() + payload_len); in DecodeNextSection()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp56 uint64_t tell() { return OS.tell(); } in tell() function in llvm::ProfOStream
68 const uint64_t LastPos = FDOStream.tell(); in patch()
473 uint64_t MemProfSectionOffset = OS.tell(); in writeImpl()
479 uint64_t BinaryIdSectionOffset = OS.tell(); in writeImpl()
484 uint64_t TemporalProfTracesOffset = OS.tell(); in writeImpl()
491 uint64_t SummaryOffset = OS.tell(); in writeImpl()
497 CSSummaryOffset = OS.tell(); in writeImpl()
520 MemProfSectionStart = OS.tell(); in writeImpl()
548 uint64_t FramePayloadOffset = OS.tell(); in writeImpl()
576 uint64_t BinaryIdSectionStart = OS.tell(); in writeImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp46 Offset = C.tell() + NewSet.Length; in extract()
83 if (C.tell() != Offset) in extract()
89 SetOffset, C.tell() - OffsetSize, Offset - OffsetSize)); in extract()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp34 size_t Pos = (size_t)OS.tell(); in printLine()
38 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp126 uint64_t StartOfLocationInfo = OS.tell(); in HandleDiagnostic()
139 DiagMessageStream.str(), OS.tell() - StartOfLocationInfo, in HandleDiagnostic()

12345678910>>...12