Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp482 auto ColIt = Group.Columns.begin(); in findLineTable() local
499 if (Lines.hasColumnInfo() && ColIt != ColsEnd) { in findLineTable()
500 ColNum = ColIt->StartColumn; in findLineTable()
501 ++ColIt; in findLineTable()