Home
last modified time | relevance | path

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

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