Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 284) 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 __anon6a55a8060111::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()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp142 uint64_t OffsetAfterSectionLength = OutDebugStrOffsetsSection.OS.tell(); in emitDebugStringOffsetSection()
154 DebugStrPatch{{OutDebugStrOffsetsSection.OS.tell()}, String}); in emitDebugStringOffsetSection()
165 OutDebugStrOffsetsSection.OS.tell() - OffsetAfterSectionLength); in emitDebugStringOffsetSection()
180 LengthOffset = OutSection.OS.tell(); in emitPubAcceleratorEntry()
185 OutSection.OS.tell(), in emitPubAcceleratorEntry()
233 OutSection.OS.tell() - *NamesLengthOffset); in emitPubAccelerators()
244 OutSection.OS.tell() - *TypesLengthOffset); in emitPubAccelerators()
/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/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/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/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/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/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/ProfileData/
H A DInstrProfWriter.cpp57 [[nodiscard]] uint64_t tell() const { return OS.tell(); } in tell() function in llvm::ProfOStream
70 const uint64_t LastPos = FDOStream.tell(); in patch()
599 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV0()
610 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV0()
634 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV1()
645 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV1()
673 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV2()
688 uint64_t FramePayloadOffset = OS.tell(); in writeMemProfV2()
691 uint64_t CallStackPayloadOffset = OS.tell(); in writeMemProfV2()
721 uint64_t HeaderUpdatePos = OS.tell(); in writeMemProfV3()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp188 uint64_t Start = W.OS.tell(); in writeHeader()
203 assert(W.OS.tell() - Start == (is64Bit() ? sizeof(MachO::mach_header_64) in writeHeader()
224 uint64_t Start = W.OS.tell(); in writeSegmentLoadCommand()
254 assert(W.OS.tell() - Start == SegmentLoadCommandSize); in writeSegmentLoadCommand()
274 uint64_t Start = W.OS.tell(); in writeSection()
300 assert(W.OS.tell() - Start == in writeSection()
310 uint64_t Start = W.OS.tell(); in writeSymtabLoadCommand()
320 assert(W.OS.tell() - Start == sizeof(MachO::symtab_command)); in writeSymtabLoadCommand()
333 uint64_t Start = W.OS.tell(); in writeDysymtabLoadCommand()
357 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command)); in writeDysymtabLoadCommand()
[all …]
H A DSPIRVObjectWriter.cpp39 uint64_t StartOffset = W.OS.tell(); in writeObject()
43 return W.OS.tell() - StartOffset; in writeObject()
H A DELFObjectWriter.cpp204 uint64_t Offset = W.OS.tell(); in align()
652 uint64_t SecEnd = W.OS.tell(); in computeSymbolTable()
662 SecStart = W.OS.tell(); in computeSymbolTable()
666 SecEnd = W.OS.tell(); in computeSymbolTable()
959 uint64_t StartOffset = W.OS.tell(); in writeObject()
989 uint64_t SecEnd = W.OS.tell(); in writeObject()
1032 uint64_t SecEnd = W.OS.tell(); in writeObject()
1058 uint64_t SecEnd = W.OS.tell(); in writeObject()
1063 uint64_t SecStart = W.OS.tell(); in writeObject()
1065 uint64_t SecEnd = W.OS.tell(); in writeObject()
[all …]
H A DGOFFObjectWriter.cpp119 uint64_t current_pos() const override { return OS.tell(); } in current_pos()
279 uint64_t StartOffset = OS.tell(); in writeObject()
286 return 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/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()

12345678910>>...12