Searched refs:TypeIndexBegin (Results 1 – 5 of 5) sorted by relevance
125 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()152 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap()
105 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
96 by the ``TypeIndexBegin`` member of the :ref:`TPI Stream Header <tpi_header>`106 Once the high bit is cleared, any type index >= ``TypeIndexBegin`` is presumed212 uint32_t TypeIndexBegin;250 - **TypeIndexBegin** - The numeric value of the type index representing the259 TypeIndexBegin``.311 Header.TypeIndexBegin``.
43 uint32_t TypeIndexBegin() const;
285 support::ulittle32_t TypeIndexBegin; member