Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp127 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd() function in TpiStream
130 return TypeIndexEnd() - TypeIndexBegin(); in getNumTypeRecords()
153 TypeIndex TIE{Header->TypeIndexEnd}; in buildHashMap()
H A DTpiStreamBuilder.cpp106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DTpiStream.rst213 uint32_t TypeIndexEnd;
256 - **TypeIndexEnd** - One greater than the numeric value of the type index
258 type records in the TPI stream can be computed as ``TypeIndexEnd -
282 records in the TPI stream (``TypeIndexEnd - TypeEndBegin``). Thus, if
283 ``HashBufferLength`` is not equal to ``(TypeIndexEnd - TypeEndBegin) *
310 can be determined by computing the value ``Header.TypeIndexEnd -
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h44 uint32_t TypeIndexEnd() const;
H A DRawTypes.h286 support::ulittle32_t TypeIndexEnd; member