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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStreamBuilder.h 62 uint32_t getRecordCount() const { return TypeRecordCount; }
78 uint32_t TypeRecordCount = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStreamBuilder.cpp 50 if (NewSize / EightKB > TypeRecordBytes / EightKB || TypeRecordCount == 0) {
53 TypeRecordCount),
56 ++TypeRecordCount;
106 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount;
137 assert((TypeRecordCount == TypeHashes.size() || TypeHashes.empty()) &&

Completed in 16 milliseconds