Searched refs:SegmentSize (Results 1 – 4 of 4) sorted by relevance
64 static constexpr uint64_t SegmentSize = nearest_boundary( variable67 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()
364 uint32_t SegmentSize = 12; in emitLineTableForFunction() local365 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()367 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()368 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST()
722 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local723 if (Offset > SegmentSize) in parseLinkingSectionSymtab()726 Twine(Offset) + " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()