Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp102 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst214 uint32_t TypeIndexEnd;
257 - **TypeIndexEnd** - One greater than the numeric value of the type index
259 type records in the TPI stream can be computed as ``TypeIndexEnd -
283 records in the TPI stream (``TypeIndexEnd - TypeEndBegin``). Thus, if
284 ``HashBufferLength`` is not equal to ``(TypeIndexEnd - TypeEndBegin) *
311 can be determined by computing the value ``Header.TypeIndexEnd -
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h45 uint32_t TypeIndexEnd() const;
H A DRawTypes.h286 support::ulittle32_t TypeIndexEnd; member