Home
last modified time | relevance | path

Searched refs:SegmentSize (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp65 std::optional<uint64_t> SegmentSize) const { in save()
66 if (SegmentSize) in save()
67 return saveSegments(Path, ByteOrder, *SegmentSize); in save()
480 uint64_t SegmentSize) const { in saveSegments()
481 if (SegmentSize == 0) in saveSegments()
489 createSegment(SegmentSize, FuncIdx); in saveSegments()
516 GsymCreator::createSegment(uint64_t SegmentSize, size_t &FuncIdx) const { in createSegment() argument
538 if (HeaderAndTableSize + SegmentFuncInfosSize >= SegmentSize) { in createSegment()
543 SegmentSize); in createSegment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h282 uint64_t SegmentSize) const;
311 std::optional<uint64_t> SegmentSize = std::nullopt) const;
459 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h64 static constexpr uint64_t SegmentSize = nearest_boundary( variable
67 using AllocatorType = Allocator<SegmentSize>;
70 (SegmentSize - SegmentControlBlockSize) / next_pow2(sizeof(T));
374 reinterpret_cast<unsigned char *>(Base) + SegmentSize); in AppendEmplace()
406 reinterpret_cast<unsigned char *>(Tail) + SegmentSize); in Append()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp387 uint32_t SegmentSize = 12; in emitLineTableForFunction() local
388 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
390 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
391 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h1417 U32 SegmentSize; /* 0x18 */ member
1485 U32 SegmentSize; /* 0x18 */ member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp737 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local
738 if (Offset > SegmentSize) in parseLinkingSectionSymtab()
742 " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()
/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c2027 ci_upload.SegmentSize = MPI3_IMAGE_HEADER_SIZE; in mpi3mr_print_fw_pkg_ver()