Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp432 uint32_t Count = Stream.getNumTypeRecords(); in getOrCreateTypeCollection()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h46 uint32_t getNumTypeRecords() const;
/openbsd-src/gnu/llvm/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()