Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp60 uint32_t StartRecordIndex = in findRecordsByName() local
74 while (StartRecordIndex < EndRecordIndex) { in findRecordsByName()
75 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex]; in findRecordsByName()
80 ++StartRecordIndex; in findRecordsByName()