HomeSort by: relevance | last modified time | path
    Searched refs:getNumTypeRecords (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 45 uint32_t getNumTypeRecords() const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 92 if (NumHashValues != getNumTypeRecords() && NumHashValues != 0)
116 TypeRecords, getNumTypeRecords(), getTypeIndexOffsets());
129 uint32_t TpiStream::getNumTypeRecords() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 386 uint32_t Count = Stream.getNumTypeRecords();
BytesOutputStyle.cpp 457 uint32_t Count = Tpi->getNumTypeRecords();
DumpOutputStyle.cpp 1329 NumDigits(TypeIndex::FirstNonSimpleIndex + Stream.getNumTypeRecords());
1475 dumpFullTypeStream(P, Types, MaybeTracker, Stream.getNumTypeRecords(),

Completed in 16 milliseconds