Searched refs:OffBegin (Results 1 – 2 of 2) sorted by relevance
150 uint32_t OffBegin, uint32_t OffEnd, std::optional<TypeIndex> RefersTo) { in createSegmentRecord() argument151 assert(OffEnd - OffBegin <= USHRT_MAX); in createSegmentRecord()154 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
37 CVType createSegmentRecord(uint32_t OffBegin, uint32_t OffEnd,