Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp364 uint32_t SegmentSize = 12; in emitLineTableForFunction() local
365 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
367 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
368 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()
177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp722 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local
723 if (Offset > SegmentSize) in parseLinkingSectionSymtab()
726 Twine(Offset) + " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()