Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp62 uint32_t EndRecordIndex = 0; in findRecordsByName() local
64 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()
68 EndRecordIndex = GlobalsTable.HashRecords.size() * 12; in findRecordsByName()
71 EndRecordIndex /= 12; in findRecordsByName()
73 assert(EndRecordIndex <= GlobalsTable.HashRecords.size()); in findRecordsByName()
74 while (StartRecordIndex < EndRecordIndex) { in findRecordsByName()