Searched refs:TypeIndexBegin (Results 1 – 6 of 6) 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()
101 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()102 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 presumed213 uint32_t TypeIndexBegin;251 - **TypeIndexBegin** - The numeric value of the type index representing the260 TypeIndexBegin``.312 Header.TypeIndexBegin``.
44 uint32_t TypeIndexBegin() const;
285 support::ulittle32_t TypeIndexBegin; member
1244 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseNamespace()1280 TypeIndex ti{index.tpi().TypeIndexBegin()}; in ParseAllTypes()