Home
last modified time | relevance | path

Searched refs:TypeIndexBegin (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp125 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin() function in TpiStream
130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
152 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap()
H A DTpiStreamBuilder.cpp105 H->TypeIndexBegin = codeview::TypeIndex::FirstNonSimpleIndex; in finalize()
106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst96 by the ``TypeIndexBegin`` member of the :ref:`TPI Stream Header <tpi_header>`
106 Once the high bit is cleared, any type index >= ``TypeIndexBegin`` is presumed
212 uint32_t TypeIndexBegin;
250 - **TypeIndexBegin** - The numeric value of the type index representing the
259 TypeIndexBegin``.
311 Header.TypeIndexBegin``.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h43 uint32_t TypeIndexBegin() const;
H A DRawTypes.h285 support::ulittle32_t TypeIndexBegin; member