Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp94 if (NumHashValues != getNumTypeRecords() && NumHashValues != 0) in reload()
118 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()
131 uint32_t TpiStream::getNumTypeRecords() const { in getNumTypeRecords() function in TpiStream
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h46 uint32_t getNumTypeRecords() const;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp382 uint32_t Count = Stream.getNumTypeRecords(); in getOrCreateTypeCollection()
H A DBytesOutputStyle.cpp460 uint32_t Count = Tpi->getNumTypeRecords(); in initializeTypes()
H A DDumpOutputStyle.cpp1263 NumDigits(TypeIndex::FirstNonSimpleIndex + Stream.getNumTypeRecords()); in dumpPartialTypeStream()
1404 dumpFullTypeStream(P, Types, Stream.getNumTypeRecords(), in dumpTpiStream()