Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp61 uint32_t EndRecordIndex = 0; in findRecordsByName() local
63 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()
67 EndRecordIndex = GlobalsTable.HashRecords.size() * 12; in findRecordsByName()
70 EndRecordIndex /= 12; in findRecordsByName()
72 assert(EndRecordIndex <= GlobalsTable.HashRecords.size()); in findRecordsByName()
73 while (StartRecordIndex < EndRecordIndex) { in findRecordsByName()