Searched refs:TypeIndexEnd (Results 1 – 5 of 5) sorted by relevance
127 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd() function in TpiStream130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()153 TypeIndex TIE{Header->TypeIndexEnd}; in buildHashMap()
102 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
214 uint32_t TypeIndexEnd;257 - **TypeIndexEnd** - One greater than the numeric value of the type index259 type records in the TPI stream can be computed as ``TypeIndexEnd -283 records in the TPI stream (``TypeIndexEnd - TypeEndBegin``). Thus, if284 ``HashBufferLength`` is not equal to ``(TypeIndexEnd - TypeEndBegin) *311 can be determined by computing the value ``Header.TypeIndexEnd -
45 uint32_t TypeIndexEnd() const;
286 support::ulittle32_t TypeIndexEnd; member