Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp92 if (NumHashValues != getNumTypeRecords() && NumHashValues != 0) in reload()
116 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets()); in reload()
129 uint32_t TpiStream::getNumTypeRecords() const { in getNumTypeRecords() function in TpiStream
H A DInputFile.cpp433 uint32_t Count = Stream.getNumTypeRecords(); in getOrCreateTypeCollection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h46 uint32_t getNumTypeRecords() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp597 StreamTpi.getNumTypeRecords()); in traverseTypes()
609 StreamIpi.getNumTypeRecords()); in traverseTypes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp457 uint32_t Count = Tpi->getNumTypeRecords(); in initializeTypes()
H A DDumpOutputStyle.cpp1225 NumDigits(TypeIndex::FirstNonSimpleIndex + Stream.getNumTypeRecords()); in dumpPartialTypeStream()
1377 dumpFullTypeStream(P, Types, MaybeTracker, Stream.getNumTypeRecords(), in dumpTpiStream()