Searched refs:OffEnd (Results 1 – 2 of 2) sorted by relevance
153 uint32_t OffBegin, uint32_t OffEnd, Optional<TypeIndex> RefersTo) { in createSegmentRecord() argument154 assert(OffEnd - OffBegin <= USHRT_MAX); in createSegmentRecord()157 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
46 CVType createSegmentRecord(uint32_t OffBegin, uint32_t OffEnd,