Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp103 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h45 uint32_t TypeIndexEnd() const;
H A DRawTypes.h286 support::ulittle32_t TypeIndexEnd; member